#C5CC48

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

Shades of Celery #C5CC48

Tints of Celery #C5CC48

Color information

#C5CC48 (or 0xC5CC48) is unknown color: approx Celery. HEX triplet: C5, CC and 48. RGB value is (197,204,72). Sum of RGB (Red+Green+Blue) = 197+204+72=473 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.65% from 473); Green value is 204 (80.08% from 255 or 43.13% from 473); Blue value is 72 (28.52% from 255 or 15.22% from 473); Max value from RGB is 204 - color contains mainly: green. Hex color #C5CC48 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5CC48 is #3A33B7. Grayscale: #BBBBBB. Windows color (decimal): -3814328 or 4771013. OLE color: 4771013.

HSL color Cylindrical-coordinate representation of color #C5CC48: hue angle of 63.18º 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 #C5CC48 is Cyan = 0.03, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.2.

Color convert

RGB19720472-
CMYK0.0300.650.2
HSL63.18º56.41%54.12%-
HSV(B)63.18º64.71%80%-
XYZ45.7955.5214.43-
YUV186.8663.18135.23-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 41.65%
GREEN value IS 204 (80.08% from 255) = 43.13%
BLUE value IS 72 (28.52% from 255) = 15.22%
R=41.65%
G=43.13%
B=15.22%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal197204720.0300.650.263.1856.4154.12
HexC5CC483041143f3836
Octal3053141103010124777066
Binary11000101110011001001000110100000110100111111111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5CC48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5CC48; }

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

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

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

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

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

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

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

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