#B6CB61

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

Shades of Wild Willow #B6CB61

Tints of Wild Willow #B6CB61

Color information

#B6CB61 (or 0xB6CB61) is unknown color: approx Wild Willow. HEX triplet: B6, CB and 61. RGB value is (182,203,97). Sum of RGB (Red+Green+Blue) = 182+203+97=482 (63% of max value = 765). Red value is 182 (71.48% from 255 or 37.76% from 482); Green value is 203 (79.69% from 255 or 42.12% from 482); Blue value is 97 (38.28% from 255 or 20.12% from 482); Max value from RGB is 203 - color contains mainly: green. Hex color #B6CB61 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B6CB61 is #49349E. Grayscale: #B9B9B9. Windows color (decimal): -4797599 or 6409142. OLE color: 6409142.

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

Color convert

RGB18220397-
CMYK0.1000.520.20
HSL71.89º50.48%58.82%-
HSV(B)71.89º52.22%79.61%-
XYZ42.8153.5219.38-
YUV184.6478.54126.12-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 37.76%
GREEN value IS 203 (79.69% from 255) = 42.12%
BLUE value IS 97 (38.28% from 255) = 20.12%
R=37.76%
G=42.12%
B=20.12%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal182203970.1000.520.2071.8950.4858.82
HexB6CB61A0341448323b
Octal26631314112064241106273
Binary1011011011001011110000110100110100101001001000110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6CB61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6CB61; }

 p { color: rgb(182,203,97); }

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

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

 a { background-color: rgb(182,203,97); }

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

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

 span { border-color: rgb(182,203,97); }

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