#C0CB5B

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

Shades of Wild Willow #C0CB5B

Tints of Wild Willow #C0CB5B

Color information

#C0CB5B (or 0xC0CB5B) is unknown color: approx Wild Willow. HEX triplet: C0, CB and 5B. RGB value is (192,203,91). Sum of RGB (Red+Green+Blue) = 192+203+91=486 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.51% from 486); Green value is 203 (79.69% from 255 or 41.77% from 486); Blue value is 91 (35.94% from 255 or 18.72% from 486); Max value from RGB is 203 - color contains mainly: green. Hex color #C0CB5B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0CB5B is #3F34A4. Grayscale: #BBBBBB. Windows color (decimal): -4142245 or 6015936. OLE color: 6015936.

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

Color convert

RGB19220391-
CMYK0.0500.550.20
HSL65.89º51.85%57.65%-
HSV(B)65.89º55.17%79.61%-
XYZ44.9854.6718.08-
YUV186.9473.86131.61-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 39.51%
GREEN value IS 203 (79.69% from 255) = 41.77%
BLUE value IS 91 (35.94% from 255) = 18.72%
R=39.51%
G=41.77%
B=18.72%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal192203910.0500.550.2065.8951.8557.65
HexC0CB5B50371442343a
Octal3003131335067241026472
Binary110000001100101110110111010110111101001000010110100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0CB5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0CB5B; }

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

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

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

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

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

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

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

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