#B6CC60

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

Shades of Wild Willow #B6CC60

Tints of Wild Willow #B6CC60

Color information

#B6CC60 (or 0xB6CC60) is unknown color: approx Wild Willow. HEX triplet: B6, CC and 60. RGB value is (182,204,96). Sum of RGB (Red+Green+Blue) = 182+204+96=482 (63% of max value = 765). Red value is 182 (71.48% from 255 or 37.76% from 482); Green value is 204 (80.08% from 255 or 42.32% from 482); Blue value is 96 (37.89% from 255 or 19.92% from 482); Max value from RGB is 204 - color contains mainly: green. Hex color #B6CC60 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B6CC60 is #49339F. Grayscale: #B9B9B9. Windows color (decimal): -4797344 or 6343862. OLE color: 6343862.

HSL color Cylindrical-coordinate representation of color #B6CC60: hue angle of 72.22º 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 #B6CC60 is Cyan = 0.11, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.2.

Color convert

RGB18220496-
CMYK0.1100.530.2
HSL72.22º51.43%58.82%-
HSV(B)72.22º52.94%80%-
XYZ4353.9819.22-
YUV185.1177.71125.78-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 37.76%
GREEN value IS 204 (80.08% from 255) = 42.32%
BLUE value IS 96 (37.89% from 255) = 19.92%
R=37.76%
G=42.32%
B=19.92%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal182204960.1100.530.272.2251.4358.82
HexB6CC60B0351448333b
Octal26631414013065241106373
Binary1011011011001100110000010110110101101001001000110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6CC60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6CC60; }

 p { color: rgb(182,204,96); }

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

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

 a { background-color: rgb(182,204,96); }

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

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

 span { border-color: rgb(182,204,96); }

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