#C5CC4A

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

Shades of Celery #C5CC4A

Tints of Celery #C5CC4A

Color information

#C5CC4A (or 0xC5CC4A) is unknown color: approx Celery. HEX triplet: C5, CC and 4A. RGB value is (197,204,74). Sum of RGB (Red+Green+Blue) = 197+204+74=475 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.47% from 475); Green value is 204 (80.08% from 255 or 42.95% from 475); Blue value is 74 (29.30% from 255 or 15.58% from 475); Max value from RGB is 204 - color contains mainly: green. Hex color #C5CC4A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5CC4A is #3A33B5. Grayscale: #BBBBBB. Windows color (decimal): -3814326 or 4902085. OLE color: 4902085.

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

Color convert

RGB19720474-
CMYK0.0300.640.2
HSL63.23º56.03%54.51%-
HSV(B)63.23º63.73%80%-
XYZ45.8555.5514.78-
YUV187.0964.18135.07-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 41.47%
GREEN value IS 204 (80.08% from 255) = 42.95%
BLUE value IS 74 (29.30% from 255) = 15.58%
R=41.47%
G=42.95%
B=15.58%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal197204740.0300.640.263.2356.0354.51
HexC5CC4A3040143f3837
Octal3053141123010024777067
Binary11000101110011001001010110100000010100111111111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5CC4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5CC4A; }

 p { color: rgb(197,204,74); }

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

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

 a { background-color: rgb(197,204,74); }

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

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

 span { border-color: rgb(197,204,74); }

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