#C0C154

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

Shades of Celery #C0C154

Tints of Celery #C0C154

Color information

#C0C154 (or 0xC0C154) is unknown color: approx Celery. HEX triplet: C0, C1 and 54. RGB value is (192,193,84). Sum of RGB (Red+Green+Blue) = 192+193+84=469 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.94% from 469); Green value is 193 (75.78% from 255 or 41.15% from 469); Blue value is 84 (33.20% from 255 or 17.91% from 469); Max value from RGB is 193 - color contains mainly: green. Hex color #C0C154 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0C154 is #3F3EAB. Grayscale: #B4B4B4. Windows color (decimal): -4144812 or 5554624. OLE color: 5554624.

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

Color convert

RGB19219384-
CMYK0.0100.560.24
HSL60.55º46.78%54.31%-
HSV(B)60.55º56.48%75.69%-
XYZ42.4149.9915.8-
YUV180.2873.67136.36-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 40.94%
GREEN value IS 193 (75.78% from 255) = 41.15%
BLUE value IS 84 (33.20% from 255) = 17.91%
R=40.94%
G=41.15%
B=17.91%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal192193840.0100.560.2460.5546.7854.31
HexC0C1541038183d2f36
Octal300301124107030755766
Binary110000001100000110101001011100011000111101101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0C154

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0C154; }

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

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

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

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

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

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

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

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