#B5CA40

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

Shades of Celery #B5CA40

Tints of Celery #B5CA40

Color information

#B5CA40 (or 0xB5CA40) is unknown color: approx Celery. HEX triplet: B5, CA and 40. RGB value is (181,202,64). Sum of RGB (Red+Green+Blue) = 181+202+64=447 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.49% from 447); Green value is 202 (79.30% from 255 or 45.19% from 447); Blue value is 64 (25.39% from 255 or 14.32% from 447); Max value from RGB is 202 - color contains mainly: green. Hex color #B5CA40 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5CA40 is #4A35BF. Grayscale: #B4B4B4. Windows color (decimal): -4863424 or 4246197. OLE color: 4246197.

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

Color convert

RGB18120264-
CMYK0.1000.680.21
HSL69.13º56.56%52.16%-
HSV(B)69.13º68.32%79.22%-
XYZ41.152.4312.81-
YUV179.9962.54128.72-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 40.49%
GREEN value IS 202 (79.30% from 255) = 45.19%
BLUE value IS 64 (25.39% from 255) = 14.32%
R=40.49%
G=45.19%
B=14.32%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal181202640.1000.680.2169.1356.5652.16
HexB5CA40A04415453934
Octal265312100120104251057164
Binary10110101110010101000000101001000100101011000101111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5CA40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5CA40; }

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

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

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

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

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

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

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

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