#c0cb4d

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

Shades of Celery #C0CB4D

Tints of Celery #C0CB4D

Color information

#C0CB4D (or 0xC0CB4D) is unknown color: approx Celery. HEX triplet: C0, CB and 4D. RGB value is (192,203,77). Sum of RGB (Red+Green+Blue) = 192+203+77=472 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.68% from 472); Green value is 203 (79.69% from 255 or 43.01% from 472); Blue value is 77 (30.47% from 255 or 16.31% from 472); Max value from RGB is 203 - color contains mainly: green. Hex color #C0CB4D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0CB4D is #3F34B2. Grayscale: #B9B9B9. Windows color (decimal): -4142259 or 5098432. OLE color: 5098432.

HSL color Cylindrical-coordinate representation of color #C0CB4D: hue angle of 65.24º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C0CB4D is Cyan = 0.05, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.20.

Color convert

RGB19220377-
CMYK0.0500.620.20
HSL65.24º54.78%54.9%-
HSV(B)65.24º62.07%79.61%-
XYZ44.4354.4515.19-
YUV185.3566.86132.75-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 40.68%
GREEN value IS 203 (79.69% from 255) = 43.01%
BLUE value IS 77 (30.47% from 255) = 16.31%
R=40.68%
G=43.01%
B=16.31%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal192203770.0500.620.2065.2454.7854.9
HexC0CB4D503E14413737
Octal3003131155076241016767
Binary110000001100101110011011010111110101001000001110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c0cb4d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c0cb4d; }

 p { color: rgb(192,203,77); }

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

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

 a { background-color: rgb(192,203,77); }

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

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

 span { border-color: rgb(192,203,77); }

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