#C0C849

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

Shades of Celery #C0C849

Tints of Celery #C0C849

Color information

#C0C849 (or 0xC0C849) is unknown color: approx Celery. HEX triplet: C0, C8 and 49. RGB value is (192,200,73). Sum of RGB (Red+Green+Blue) = 192+200+73=465 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.29% from 465); Green value is 200 (78.52% from 255 or 43.01% from 465); Blue value is 73 (28.91% from 255 or 15.70% from 465); Max value from RGB is 200 - color contains mainly: green. Hex color #C0C849 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0C849 is #3F37B6. Grayscale: #B7B7B7. Windows color (decimal): -4143031 or 4835520. OLE color: 4835520.

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

Color convert

RGB19220073-
CMYK0.0400.640.22
HSL63.78º53.59%53.53%-
HSV(B)63.78º63.5%78.43%-
XYZ43.65314.23-
YUV183.1365.85134.33-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 41.29%
GREEN value IS 200 (78.52% from 255) = 43.01%
BLUE value IS 73 (28.91% from 255) = 15.70%
R=41.29%
G=43.01%
B=15.70%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal192200730.0400.640.2263.7853.5953.53
HexC0C849404016403636
Octal30031011140100261006666
Binary1100000011001000100100110001000000101101000000110110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0C849

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0C849; }

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

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

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

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

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

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

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

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