#C5CB4C

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

Shades of Celery #C5CB4C

Tints of Celery #C5CB4C

Color information

#C5CB4C (or 0xC5CB4C) is unknown color: approx Celery. HEX triplet: C5, CB and 4C. RGB value is (197,203,76). Sum of RGB (Red+Green+Blue) = 197+203+76=476 (63% of max value = 765). Red value is 197 (77.34% from 255 or 41.39% from 476); Green value is 203 (79.69% from 255 or 42.65% from 476); Blue value is 76 (30.08% from 255 or 15.97% from 476); Max value from RGB is 203 - color contains mainly: green. Hex color #C5CB4C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5CB4C is #3A34B3. Grayscale: #BBBBBB. Windows color (decimal): -3814580 or 5032901. OLE color: 5032901.

HSL color Cylindrical-coordinate representation of color #C5CB4C: hue angle of 62.83º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C5CB4C is Cyan = 0.03, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.20.

Color convert

RGB19720376-
CMYK0.0300.630.20
HSL62.83º54.98%54.71%-
HSV(B)62.83º62.56%79.61%-
XYZ45.6955.115.07-
YUV186.7365.51135.33-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 41.39%
GREEN value IS 203 (79.69% from 255) = 42.65%
BLUE value IS 76 (30.08% from 255) = 15.97%
R=41.39%
G=42.65%
B=15.97%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal197203760.0300.630.2062.8354.9854.71
HexC5CB4C303F143f3737
Octal305313114307724776767
Binary1100010111001011100110011011111110100111111110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5CB4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5CB4C; }

 p { color: rgb(197,203,76); }

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

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

 a { background-color: rgb(197,203,76); }

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

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

 span { border-color: rgb(197,203,76); }

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