#B6CB6F

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

Shades of Wild Willow #B6CB6F

Tints of Wild Willow #B6CB6F

Color information

#B6CB6F (or 0xB6CB6F) is unknown color: approx Wild Willow. HEX triplet: B6, CB and 6F. RGB value is (182,203,111). Sum of RGB (Red+Green+Blue) = 182+203+111=496 (65% of max value = 765). Red value is 182 (71.48% from 255 or 36.69% from 496); Green value is 203 (79.69% from 255 or 40.93% from 496); Blue value is 111 (43.75% from 255 or 22.38% from 496); Max value from RGB is 203 - color contains mainly: green. Hex color #B6CB6F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B6CB6F is #493490. Grayscale: #BABABA. Windows color (decimal): -4797585 or 7326646. OLE color: 7326646.

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

Color convert

RGB182203111-
CMYK0.1000.450.20
HSL73.7º46.94%61.57%-
HSV(B)73.7º45.32%79.61%-
XYZ43.5253.823.13-
YUV186.2385.54124.98-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 36.69%
GREEN value IS 203 (79.69% from 255) = 40.93%
BLUE value IS 111 (43.75% from 255) = 22.38%
R=36.69%
G=40.93%
B=22.38%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1822031110.1000.450.2073.746.9461.57
HexB6CB6FA02D144a2f3e
Octal26631315712055241125776
Binary1011011011001011110111110100101101101001001010101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6CB6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6CB6F; }

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

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

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

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

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

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

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

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