#B0CB60

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

Shades of Wild Willow #B0CB60

Tints of Wild Willow #B0CB60

Color information

#B0CB60 (or 0xB0CB60) is unknown color: approx Wild Willow. HEX triplet: B0, CB and 60. RGB value is (176,203,96). Sum of RGB (Red+Green+Blue) = 176+203+96=475 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.05% from 475); Green value is 203 (79.69% from 255 or 42.74% from 475); Blue value is 96 (37.89% from 255 or 20.21% from 475); Max value from RGB is 203 - color contains mainly: green. Hex color #B0CB60 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0CB60 is #4F349F. Grayscale: #B7B7B7. Windows color (decimal): -5190816 or 6343600. OLE color: 6343600.

HSL color Cylindrical-coordinate representation of color #B0CB60: hue angle of 75.14º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B0CB60 is Cyan = 0.13, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.20.

Color convert

RGB17620396-
CMYK0.1300.530.20
HSL75.14º50.71%58.63%-
HSV(B)75.14º52.71%79.61%-
XYZ41.3752.7919.07-
YUV182.7379.05123.2-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 37.05%
GREEN value IS 203 (79.69% from 255) = 42.74%
BLUE value IS 96 (37.89% from 255) = 20.21%
R=37.05%
G=42.74%
B=20.21%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal176203960.1300.530.2075.1450.7158.63
HexB0CB60D035144b333b
Octal26031314015065241136373
Binary1011000011001011110000011010110101101001001011110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0CB60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0CB60; }

 p { color: rgb(176,203,96); }

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

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

 a { background-color: rgb(176,203,96); }

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

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

 span { border-color: rgb(176,203,96); }

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