#C0C641

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

Shades of Celery #C0C641

Tints of Celery #C0C641

Color information

#C0C641 (or 0xC0C641) is unknown color: approx Celery. HEX triplet: C0, C6 and 41. RGB value is (192,198,65). Sum of RGB (Red+Green+Blue) = 192+198+65=455 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.20% from 455); Green value is 198 (77.73% from 255 or 43.52% from 455); Blue value is 65 (25.78% from 255 or 14.29% from 455); Max value from RGB is 198 - color contains mainly: green. Hex color #C0C641 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0C641 is #3F39BE. Grayscale: #B5B5B5. Windows color (decimal): -4143551 or 4310720. OLE color: 4310720.

HSL color Cylindrical-coordinate representation of color #C0C641: hue angle of 62.71º degrees, saturation: 0.54, 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 #C0C641 is Cyan = 0.03, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.22.

Color convert

RGB19219865-
CMYK0.0300.670.22
HSL62.71º53.85%51.57%-
HSV(B)62.71º67.17%77.65%-
XYZ42.8951.9812.77-
YUV181.0462.51135.81-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 42.20%
GREEN value IS 198 (77.73% from 255) = 43.52%
BLUE value IS 65 (25.78% from 255) = 14.29%
R=42.20%
G=43.52%
B=14.29%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal192198650.0300.670.2262.7153.8551.57
HexC0C6413043163f3634
Octal3003061013010326776664
Binary11000000110001101000001110100001110110111111110110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0C641

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0C641; }

 p { color: rgb(192,198,65); }

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

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

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

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

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

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

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