#B4CB49

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

Shades of Celery #B4CB49

Tints of Celery #B4CB49

Color information

#B4CB49 (or 0xB4CB49) is unknown color: approx Celery. HEX triplet: B4, CB and 49. RGB value is (180,203,73). Sum of RGB (Red+Green+Blue) = 180+203+73=456 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.47% from 456); Green value is 203 (79.69% from 255 or 44.52% from 456); Blue value is 73 (28.91% from 255 or 16.01% from 456); Max value from RGB is 203 - color contains mainly: green. Hex color #B4CB49 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B4CB49 is #4B34B6. Grayscale: #B5B5B5. Windows color (decimal): -4928695 or 4836276. OLE color: 4836276.

HSL color Cylindrical-coordinate representation of color #B4CB49: hue angle of 70.62º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B4CB49 is Cyan = 0.11, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.20.

Color convert

RGB18020373-
CMYK0.1100.640.20
HSL70.62º55.56%54.12%-
HSV(B)70.62º64.04%79.61%-
XYZ41.3852.914.33-
YUV181.366.88127.07-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 39.47%
GREEN value IS 203 (79.69% from 255) = 44.52%
BLUE value IS 73 (28.91% from 255) = 16.01%
R=39.47%
G=44.52%
B=16.01%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal180203730.1100.640.2070.6255.5654.12
HexB4CB49B04014473836
Octal264313111130100241077066
Binary10110100110010111001001101101000000101001000111111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4CB49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4CB49; }

 p { color: rgb(180,203,73); }

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

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

 a { background-color: rgb(180,203,73); }

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

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

 span { border-color: rgb(180,203,73); }

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