#C0C345

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

Shades of Celery #C0C345

Tints of Celery #C0C345

Color information

#C0C345 (or 0xC0C345) is unknown color: approx Celery. HEX triplet: C0, C3 and 45. RGB value is (192,195,69). Sum of RGB (Red+Green+Blue) = 192+195+69=456 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.11% from 456); Green value is 195 (76.56% from 255 or 42.76% from 456); Blue value is 69 (27.34% from 255 or 15.13% from 456); Max value from RGB is 195 - color contains mainly: green. Hex color #C0C345 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0C345 is #3F3CBA. Grayscale: #B4B4B4. Windows color (decimal): -4144315 or 4572096. OLE color: 4572096.

HSL color Cylindrical-coordinate representation of color #C0C345: hue angle of 61.43º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C0C345 is Cyan = 0.02, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.24.

Color convert

RGB19219569-
CMYK0.0200.650.24
HSL61.43º51.22%51.76%-
HSV(B)61.43º64.62%76.47%-
XYZ42.3350.6713.18-
YUV179.7465.51136.75-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 42.11%
GREEN value IS 195 (76.56% from 255) = 42.76%
BLUE value IS 69 (27.34% from 255) = 15.13%
R=42.11%
G=42.76%
B=15.13%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal192195690.0200.650.2461.4351.2251.76
HexC0C3452041183d3334
Octal3003031052010130756364
Binary11000000110000111000101100100000111000111101110011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0C345

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0C345; }

 p { color: rgb(192,195,69); }

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

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

 a { background-color: rgb(192,195,69); }

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

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

 span { border-color: rgb(192,195,69); }

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