#B6C865

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

Shades of Wild Willow #B6C865

Tints of Wild Willow #B6C865

Color information

#B6C865 (or 0xB6C865) is unknown color: approx Wild Willow. HEX triplet: B6, C8 and 65. RGB value is (182,200,101). Sum of RGB (Red+Green+Blue) = 182+200+101=483 (63% of max value = 765). Red value is 182 (71.48% from 255 or 37.68% from 483); Green value is 200 (78.52% from 255 or 41.41% from 483); Blue value is 101 (39.84% from 255 or 20.91% from 483); Max value from RGB is 200 - color contains mainly: green. Hex color #B6C865 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B6C865 is #49379A. Grayscale: #B7B7B7. Windows color (decimal): -4798363 or 6670518. OLE color: 6670518.

HSL color Cylindrical-coordinate representation of color #B6C865: hue angle of 70.91º degrees, saturation: 0.47, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B6C865 is Cyan = 0.09, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.22.

Color convert

RGB182200101-
CMYK0.0900.490.22
HSL70.91º47.37%59.02%-
HSV(B)70.91º49.5%78.43%-
XYZ42.2952.1920.16-
YUV183.3381.54127.05-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 37.68%
GREEN value IS 200 (78.52% from 255) = 41.41%
BLUE value IS 101 (39.84% from 255) = 20.91%
R=37.68%
G=41.41%
B=20.91%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1822001010.0900.490.2270.9147.3759.02
HexB6C865903116472f3b
Octal26631014511061261075773
Binary1011011011001000110010110010110001101101000111101111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6C865

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6C865; }

 p { color: rgb(182,200,101); }

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

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

 a { background-color: rgb(182,200,101); }

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

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

 span { border-color: rgb(182,200,101); }

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