#B5CA4A

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

Shades of Celery #B5CA4A

Tints of Celery #B5CA4A

Color information

#B5CA4A (or 0xB5CA4A) is unknown color: approx Celery. HEX triplet: B5, CA and 4A. RGB value is (181,202,74). Sum of RGB (Red+Green+Blue) = 181+202+74=457 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.61% from 457); Green value is 202 (79.30% from 255 or 44.20% from 457); Blue value is 74 (29.30% from 255 or 16.19% from 457); Max value from RGB is 202 - color contains mainly: green. Hex color #B5CA4A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5CA4A is #4A35B5. Grayscale: #B5B5B5. Windows color (decimal): -4863414 or 4901557. OLE color: 4901557.

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

Color convert

RGB18120274-
CMYK0.1000.630.21
HSL69.84º54.7%54.12%-
HSV(B)69.84º63.37%79.22%-
XYZ41.4152.5614.44-
YUV181.1367.54127.91-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 39.61%
GREEN value IS 202 (79.30% from 255) = 44.20%
BLUE value IS 74 (29.30% from 255) = 16.19%
R=39.61%
G=44.20%
B=16.19%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal181202740.1000.630.2169.8454.754.12
HexB5CA4AA03F15463736
Octal26531211212077251066766
Binary1011010111001010100101010100111111101011000110110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5CA4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5CA4A; }

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

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

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

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

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

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

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

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