#c0c842

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

Shades of Celery #C0C842

Tints of Celery #C0C842

Color information

#C0C842 (or 0xC0C842) is unknown color: approx Celery. HEX triplet: C0, C8 and 42. RGB value is (192,200,66). Sum of RGB (Red+Green+Blue) = 192+200+66=458 (60% of max value = 765). Red value is 192 (75.39% from 255 or 41.92% from 458); Green value is 200 (78.52% from 255 or 43.67% from 458); Blue value is 66 (26.17% from 255 or 14.41% from 458); Max value from RGB is 200 - color contains mainly: green. Hex color #C0C842 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0C842 is #3F37BD. Grayscale: #B6B6B6. Windows color (decimal): -4143038 or 4376768. OLE color: 4376768.

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

Color convert

RGB19220066-
CMYK0.0400.670.22
HSL63.58º54.92%52.16%-
HSV(B)63.58º67%78.43%-
XYZ43.3852.9113.08-
YUV182.3362.35134.9-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 41.92%
GREEN value IS 200 (78.52% from 255) = 43.67%
BLUE value IS 66 (26.17% from 255) = 14.41%
R=41.92%
G=43.67%
B=14.41%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal192200660.0400.670.2263.5854.9252.16
HexC0C842404316403734
Octal30031010240103261006764
Binary1100000011001000100001010001000011101101000000110111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c0c842

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c0c842; }

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

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

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

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

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

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

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

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