#C0C13A

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

Shades of Celery #C0C13A

Tints of Celery #C0C13A

Color information

#C0C13A (or 0xC0C13A) is unknown color: approx Celery. HEX triplet: C0, C1 and 3A. RGB value is (192,193,58). Sum of RGB (Red+Green+Blue) = 192+193+58=443 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.34% from 443); Green value is 193 (75.78% from 255 or 43.57% from 443); Blue value is 58 (23.05% from 255 or 13.09% from 443); Max value from RGB is 193 - color contains mainly: green. Hex color #C0C13A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0C13A is #3F3EC5. Grayscale: #B1B1B1. Windows color (decimal): -4144838 or 3850688. OLE color: 3850688.

HSL color Cylindrical-coordinate representation of color #C0C13A: hue angle of 60.44º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C0C13A is Cyan = 0.01, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.24.

Color convert

RGB19219358-
CMYK0.0100.700.24
HSL60.44º53.78%49.22%-
HSV(B)60.44º69.95%75.69%-
XYZ41.5749.6511.4-
YUV177.3160.67138.48-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 43.34%
GREEN value IS 193 (75.78% from 255) = 43.57%
BLUE value IS 58 (23.05% from 255) = 13.09%
R=43.34%
G=43.57%
B=13.09%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal192193580.0100.700.2460.4453.7849.22
HexC0C13A1046183c3631
Octal300301721010630746661
Binary110000001100000111101010100011011000111100110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0C13A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0C13A; }

 p { color: rgb(192,193,58); }

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

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

 a { background-color: rgb(192,193,58); }

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

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

 span { border-color: rgb(192,193,58); }

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