#C5C047

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

Shades of Celery #C5C047

Tints of Celery #C5C047

Color information

#C5C047 (or 0xC5C047) is unknown color: approx Celery. HEX triplet: C5, C0 and 47. RGB value is (197,192,71). Sum of RGB (Red+Green+Blue) = 197+192+71=460 (60% of max value = 765). Red value is 197 (77.34% from 255 or 42.83% from 460); Green value is 192 (75.39% from 255 or 41.74% from 460); Blue value is 71 (28.12% from 255 or 15.43% from 460); Max value from RGB is 197 - color contains mainly: red. Hex color #C5C047 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5C047 is #3A3FB8. Grayscale: #B4B4B4. Windows color (decimal): -3817401 or 4702405. OLE color: 4702405.

HSL color Cylindrical-coordinate representation of color #C5C047: hue angle of 57.62º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C5C047 is Cyan = 0, Magento = 0.03, Yellow = 0.64 and Black (K on CMYK) = 0.23.

Color convert

RGB19719271-
CMYK00.030.640.23
HSL57.62º52.07%52.55%-
HSV(B)57.62º63.96%77.25%-
XYZ43.0150.0213.35-
YUV179.766.66140.34-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 42.83%
GREEN value IS 192 (75.39% from 255) = 41.74%
BLUE value IS 71 (28.12% from 255) = 15.43%
R=42.83%
G=41.74%
B=15.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.64
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971927100.030.640.2357.6252.0752.55
HexC5C0470340173a3435
Octal3053001070310027726465
Binary11000101110000001000111011100000010111111010110100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5C047

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5C047; }

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

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

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

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

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

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

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

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