#C0CA44

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

Shades of Celery #C0CA44

Tints of Celery #C0CA44

Color information

#C0CA44 (or 0xC0CA44) is unknown color: approx Celery. HEX triplet: C0, CA and 44. RGB value is (192,202,68). Sum of RGB (Red+Green+Blue) = 192+202+68=462 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.56% from 462); Green value is 202 (79.30% from 255 or 43.72% from 462); Blue value is 68 (26.95% from 255 or 14.72% from 462); Max value from RGB is 202 - color contains mainly: green. Hex color #C0CA44 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0CA44 is #3F35BB. Grayscale: #B8B8B8. Windows color (decimal): -4142524 or 4508352. OLE color: 4508352.

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

Color convert

RGB19220268-
CMYK0.0500.660.21
HSL64.48º55.83%52.94%-
HSV(B)64.48º66.34%79.22%-
XYZ43.953.8613.55-
YUV183.7362.69133.9-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 41.56%
GREEN value IS 202 (79.30% from 255) = 43.72%
BLUE value IS 68 (26.95% from 255) = 14.72%
R=41.56%
G=43.72%
B=14.72%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal192202680.0500.660.2164.4855.8352.94
HexC0CA44504215403835
Octal30031210450102251007065
Binary1100000011001010100010010101000010101011000000111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0CA44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0CA44; }

 p { color: rgb(192,202,68); }

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

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

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

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

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

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

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