#B6C469

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

Shades of Wild Willow #B6C469

Tints of Wild Willow #B6C469

Color information

#B6C469 (or 0xB6C469) is unknown color: approx Wild Willow. HEX triplet: B6, C4 and 69. RGB value is (182,196,105). Sum of RGB (Red+Green+Blue) = 182+196+105=483 (63% of max value = 765). Red value is 182 (71.48% from 255 or 37.68% from 483); Green value is 196 (76.95% from 255 or 40.58% from 483); Blue value is 105 (41.41% from 255 or 21.74% from 483); Max value from RGB is 196 - color contains mainly: green. Hex color #B6C469 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B6C469 is #493B96. Grayscale: #B5B5B5. Windows color (decimal): -4799383 or 6931638. OLE color: 6931638.

HSL color Cylindrical-coordinate representation of color #B6C469: hue angle of 69.23º degrees, saturation: 0.44, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B6C469 is Cyan = 0.07, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.23.

Color convert

RGB182196105-
CMYK0.0700.460.23
HSL69.23º43.54%59.02%-
HSV(B)69.23º46.43%76.86%-
XYZ41.5850.4420.91-
YUV181.4484.86128.4-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 37.68%
GREEN value IS 196 (76.95% from 255) = 40.58%
BLUE value IS 105 (41.41% from 255) = 21.74%
R=37.68%
G=40.58%
B=21.74%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1821961050.0700.460.2369.2343.5459.02
HexB6C469702E17452c3b
Octal2663041517056271055473
Binary101101101100010011010011110101110101111000101101100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6C469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6C469; }

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

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

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

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

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

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

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

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