#C5CB47

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

Shades of Celery #C5CB47

Tints of Celery #C5CB47

Color information

#C5CB47 (or 0xC5CB47) is unknown color: approx Celery. HEX triplet: C5, CB and 47. RGB value is (197,203,71). Sum of RGB (Red+Green+Blue) = 197+203+71=471 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.83% from 471); Green value is 203 (79.69% from 255 or 43.10% from 471); Blue value is 71 (28.12% from 255 or 15.07% from 471); Max value from RGB is 203 - color contains mainly: green. Hex color #C5CB47 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5CB47 is #3A34B8. Grayscale: #BABABA. Windows color (decimal): -3814585 or 4705221. OLE color: 4705221.

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

Color convert

RGB19720371-
CMYK0.0300.650.20
HSL62.73º55.93%53.73%-
HSV(B)62.73º65.02%79.61%-
XYZ45.5255.0414.19-
YUV186.1663.01135.73-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 41.83%
GREEN value IS 203 (79.69% from 255) = 43.10%
BLUE value IS 71 (28.12% from 255) = 15.07%
R=41.83%
G=43.10%
B=15.07%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal197203710.0300.650.2062.7355.9353.73
HexC5CB473041143f3836
Octal3053131073010124777066
Binary11000101110010111000111110100000110100111111111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5CB47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5CB47; }

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

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

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

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

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

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

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

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