#B6D269

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

Shades of Wild Willow #B6D269

Tints of Wild Willow #B6D269

Color information

#B6D269 (or 0xB6D269) is unknown color: approx Wild Willow. HEX triplet: B6, D2 and 69. RGB value is (182,210,105). Sum of RGB (Red+Green+Blue) = 182+210+105=497 (65% of max value = 765). Red value is 182 (71.48% from 255 or 36.62% from 497); Green value is 210 (82.42% from 255 or 42.25% from 497); Blue value is 105 (41.41% from 255 or 21.13% from 497); Max value from RGB is 210 - color contains mainly: green. Hex color #B6D269 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B6D269 is #492D96. Grayscale: #BEBEBE. Windows color (decimal): -4795799 or 6935222. OLE color: 6935222.

HSL color Cylindrical-coordinate representation of color #B6D269: hue angle of 76º degrees, saturation: 0.54, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B6D269 is Cyan = 0.13, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.18.

Color convert

RGB182210105-
CMYK0.1300.500.18
HSL76º53.85%61.76%-
HSV(B)76º50%82.35%-
XYZ44.8957.0622.01-
YUV189.6680.22122.54-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 36.62%
GREEN value IS 210 (82.42% from 255) = 42.25%
BLUE value IS 105 (41.41% from 255) = 21.13%
R=36.62%
G=42.25%
B=21.13%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1822101050.1300.500.187653.8561.76
HexB6D269D032124c363e
Octal26632215115062221146676
Binary1011011011010010110100111010110010100101001100110110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6D269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6D269; }

 p { color: rgb(182,210,105); }

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

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

 a { background-color: rgb(182,210,105); }

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

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

 span { border-color: rgb(182,210,105); }

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