#b4c650

Color #B4C650 Celery (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Celery #B4C650

Tints of Celery #B4C650

Color information

#B4C650 (or 0xB4C650) is unknown color: approx Celery. HEX triplet: B4, C6 and 50. RGB value is (180,198,80). Sum of RGB (Red+Green+Blue) = 180+198+80=458 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.30% from 458); Green value is 198 (77.73% from 255 or 43.23% from 458); Blue value is 80 (31.64% from 255 or 17.47% from 458); Max value from RGB is 198 - color contains mainly: green. Hex color #B4C650 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4C650 is #4B39AF. Grayscale: #B3B3B3. Windows color (decimal): -4929968 or 5293748. OLE color: 5293748.

HSL color Cylindrical-coordinate representation of color #B4C650: hue angle of 69.15º degrees, saturation: 0.51, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B4C650 is Cyan = 0.09, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.22.

Color convert

RGB18019880-
CMYK0.0900.600.22
HSL69.15º50.86%54.51%-
HSV(B)69.15º59.6%77.65%-
XYZ40.4650.6715.24-
YUV179.1772.04128.59-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 180 (70.70% from 255) = 39.30%
GREEN value IS 198 (77.73% from 255) = 43.23%
BLUE value IS 80 (31.64% from 255) = 17.47%
R=39.30%
G=43.23%
B=17.47%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal180198800.0900.600.2269.1550.8654.51
HexB4C650903C16453337
Octal26430612011074261056367
Binary1011010011000110101000010010111100101101000101110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b4c650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b4c650; }

 p { color: rgb(180,198,80); }

 H1.HeaderClassName
 {
   color: #b4c650;
 }
 .AnyTagClassName
 {
   color: #b4c650;
 }
</style>
background-color css

<style>
 a { background-color: #b4c650; }

 a { background-color: rgb(180,198,80); }

 div.DivClassName
 {
   background-color: #b4c650;
 }
 .BgClassName
 {
   background-color: #b4c650;
 }
</style>
border-color css

<style>
 span { border-color: #b4c650; }

 span { border-color: rgb(180,198,80); }

 td.TdClassName
 {
   border-color: #b4c650;
 }
 .TagClassName
 {
   border-color: #b4c650;
 }
</style>