#B6C667

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

Shades of Wild Willow #B6C667

Tints of Wild Willow #B6C667

Color information

#B6C667 (or 0xB6C667) is unknown color: approx Wild Willow. HEX triplet: B6, C6 and 67. RGB value is (182,198,103). Sum of RGB (Red+Green+Blue) = 182+198+103=483 (63% of max value = 765). Red value is 182 (71.48% from 255 or 37.68% from 483); Green value is 198 (77.73% from 255 or 40.99% from 483); Blue value is 103 (40.62% from 255 or 21.33% from 483); Max value from RGB is 198 - color contains mainly: green. Hex color #B6C667 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B6C667 is #493998. Grayscale: #B6B6B6. Windows color (decimal): -4798873 or 6801078. OLE color: 6801078.

HSL color Cylindrical-coordinate representation of color #B6C667: hue angle of 70.11º degrees, saturation: 0.45, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B6C667 is Cyan = 0.08, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.22.

Color convert

RGB182198103-
CMYK0.0800.480.22
HSL70.11º45.45%59.02%-
HSV(B)70.11º47.98%77.65%-
XYZ41.9351.3120.53-
YUV182.3983.2127.72-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 37.68%
GREEN value IS 198 (77.73% from 255) = 40.99%
BLUE value IS 103 (40.62% from 255) = 21.33%
R=37.68%
G=40.99%
B=21.33%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1821981030.0800.480.2270.1145.4559.02
HexB6C667803016462d3b
Octal26630614710060261065573
Binary1011011011000110110011110000110000101101000110101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6C667

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6C667; }

 p { color: rgb(182,198,103); }

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

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

 a { background-color: rgb(182,198,103); }

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

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

 span { border-color: rgb(182,198,103); }

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