#B4CA42

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

Shades of Celery #B4CA42

Tints of Celery #B4CA42

Color information

#B4CA42 (or 0xB4CA42) is unknown color: approx Celery. HEX triplet: B4, CA and 42. RGB value is (180,202,66). Sum of RGB (Red+Green+Blue) = 180+202+66=448 (59% of max value = 765). Red value is 180 (70.70% from 255 or 40.18% from 448); Green value is 202 (79.30% from 255 or 45.09% from 448); Blue value is 66 (26.17% from 255 or 14.73% from 448); Max value from RGB is 202 - color contains mainly: green. Hex color #B4CA42 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B4CA42 is #4B35BD. Grayscale: #B4B4B4. Windows color (decimal): -4928958 or 4377268. OLE color: 4377268.

HSL color Cylindrical-coordinate representation of color #B4CA42: hue angle of 69.71º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B4CA42 is Cyan = 0.11, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.21.

Color convert

RGB18020266-
CMYK0.1100.670.21
HSL69.71º56.2%52.55%-
HSV(B)69.71º67.33%79.22%-
XYZ40.9352.3413.1-
YUV179.9263.71128.06-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 40.18%
GREEN value IS 202 (79.30% from 255) = 45.09%
BLUE value IS 66 (26.17% from 255) = 14.73%
R=40.18%
G=45.09%
B=14.73%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal180202660.1100.670.2169.7156.252.55
HexB4CA42B04315463835
Octal264312102130103251067065
Binary10110100110010101000010101101000011101011000110111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4CA42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4CA42; }

 p { color: rgb(180,202,66); }

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

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

 a { background-color: rgb(180,202,66); }

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

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

 span { border-color: rgb(180,202,66); }

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