#C5C34E

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

Shades of Celery #C5C34E

Tints of Celery #C5C34E

Color information

#C5C34E (or 0xC5C34E) is unknown color: approx Celery. HEX triplet: C5, C3 and 4E. RGB value is (197,195,78). Sum of RGB (Red+Green+Blue) = 197+195+78=470 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.91% from 470); Green value is 195 (76.56% from 255 or 41.49% from 470); Blue value is 78 (30.86% from 255 or 16.60% from 470); Max value from RGB is 197 - color contains mainly: red. Hex color #C5C34E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5C34E is #3A3CB1. Grayscale: #B6B6B6. Windows color (decimal): -3816626 or 5161925. OLE color: 5161925.

HSL color Cylindrical-coordinate representation of color #C5C34E: hue angle of 58.99º degrees, saturation: 0.51, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C5C34E is Cyan = 0, Magento = 0.01, Yellow = 0.60 and Black (K on CMYK) = 0.23.

Color convert

RGB19719578-
CMYK00.010.600.23
HSL58.99º50.64%53.92%-
HSV(B)58.99º60.41%77.25%-
XYZ43.9251.4514.82-
YUV182.2669.16138.51-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 41.91%
GREEN value IS 195 (76.56% from 255) = 41.49%
BLUE value IS 78 (30.86% from 255) = 16.60%
R=41.91%
G=41.49%
B=16.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.60
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971957800.010.600.2358.9950.6453.92
HexC5C34E013C173b3336
Octal305303116017427736366
Binary110001011100001110011100111110010111111011110011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5C34E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5C34E; }

 p { color: rgb(197,195,78); }

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

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

 a { background-color: rgb(197,195,78); }

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

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

 span { border-color: rgb(197,195,78); }

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