#C0C942

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

Shades of Celery #C0C942

Tints of Celery #C0C942

Color information

#C0C942 (or 0xC0C942) is unknown color: approx Celery. HEX triplet: C0, C9 and 42. RGB value is (192,201,66). Sum of RGB (Red+Green+Blue) = 192+201+66=459 (60% of max value = 765). Red value is 192 (75.39% from 255 or 41.83% from 459); Green value is 201 (78.91% from 255 or 43.79% from 459); Blue value is 66 (26.17% from 255 or 14.38% from 459); Max value from RGB is 201 - color contains mainly: green. Hex color #C0C942 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0C942 is #3F36BD. Grayscale: #B7B7B7. Windows color (decimal): -4142782 or 4377024. OLE color: 4377024.

HSL color Cylindrical-coordinate representation of color #C0C942: hue angle of 64º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C0C942 is Cyan = 0.04, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.21.

Color convert

RGB19220166-
CMYK0.0400.670.21
HSL64º55.56%52.35%-
HSV(B)64º67.16%78.82%-
XYZ43.6153.3713.16-
YUV182.9262.02134.48-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 41.83%
GREEN value IS 201 (78.91% from 255) = 43.79%
BLUE value IS 66 (26.17% from 255) = 14.38%
R=41.83%
G=43.79%
B=14.38%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal192201660.0400.670.216455.5652.35
HexC0C942404315403834
Octal30031110240103251007064
Binary1100000011001001100001010001000011101011000000111000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0C942

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0C942; }

 p { color: rgb(192,201,66); }

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

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

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

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

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

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

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