#C0C040

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

Shades of Celery #C0C040

Tints of Celery #C0C040

Color information

#C0C040 (or 0xC0C040) is unknown color: approx Celery. HEX triplet: C0, C0 and 40. RGB value is (192,192,64). Sum of RGB (Red+Green+Blue) = 192+192+64=448 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.86% from 448); Green value is 192 (75.39% from 255 or 42.86% from 448); Blue value is 64 (25.39% from 255 or 14.29% from 448); Max value from RGB is 192 - color contains mainly: red, green. Hex color #C0C040 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0C040 is #3F3FBF. Grayscale: #B1B1B1. Windows color (decimal): -4145088 or 4243648. OLE color: 4243648.

HSL color Cylindrical-coordinate representation of color #C0C040: hue angle of 60º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C0C040 is Cyan = 0, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.25.

Color convert

RGB19219264-
CMYK000.670.25
HSL60º50.39%50.2%-
HSV(B)60º66.67%75.29%-
XYZ41.5149.2812.17-
YUV177.4164138.41-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 42.86%
GREEN value IS 192 (75.39% from 255) = 42.86%
BLUE value IS 64 (25.39% from 255) = 14.29%
R=42.86%
G=42.86%
B=14.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19219264000.670.256050.3950.2
HexC0C0400043193c3232
Octal3003001000010331746262
Binary1100000011000000100000000100001111001111100110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0C040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0C040; }

 p { color: rgb(192,192,64); }

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

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

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

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

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

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

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