#B5CA46

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

Shades of Celery #B5CA46

Tints of Celery #B5CA46

Color information

#B5CA46 (or 0xB5CA46) is unknown color: approx Celery. HEX triplet: B5, CA and 46. RGB value is (181,202,70). Sum of RGB (Red+Green+Blue) = 181+202+70=453 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.96% from 453); Green value is 202 (79.30% from 255 or 44.59% from 453); Blue value is 70 (27.73% from 255 or 15.45% from 453); Max value from RGB is 202 - color contains mainly: green. Hex color #B5CA46 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5CA46 is #4A35B9. Grayscale: #B5B5B5. Windows color (decimal): -4863418 or 4639413. OLE color: 4639413.

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

Color convert

RGB18120270-
CMYK0.1000.650.21
HSL69.55º55.46%53.33%-
HSV(B)69.55º65.35%79.22%-
XYZ41.2852.5113.75-
YUV180.6765.54128.23-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 39.96%
GREEN value IS 202 (79.30% from 255) = 44.59%
BLUE value IS 70 (27.73% from 255) = 15.45%
R=39.96%
G=44.59%
B=15.45%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal181202700.1000.650.2169.5555.4653.33
HexB5CA46A04115463735
Octal265312106120101251066765
Binary10110101110010101000110101001000001101011000110110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5CA46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5CA46; }

 p { color: rgb(181,202,70); }

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

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

 a { background-color: rgb(181,202,70); }

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

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

 span { border-color: rgb(181,202,70); }

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