#B6C85A

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

Shades of Wild Willow #B6C85A

Tints of Wild Willow #B6C85A

Color information

#B6C85A (or 0xB6C85A) is unknown color: approx Wild Willow. HEX triplet: B6, C8 and 5A. RGB value is (182,200,90). Sum of RGB (Red+Green+Blue) = 182+200+90=472 (62% of max value = 765). Red value is 182 (71.48% from 255 or 38.56% from 472); Green value is 200 (78.52% from 255 or 42.37% from 472); Blue value is 90 (35.55% from 255 or 19.07% from 472); Max value from RGB is 200 - color contains mainly: green. Hex color #B6C85A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B6C85A is #4937A5. Grayscale: #B6B6B6. Windows color (decimal): -4798374 or 5949622. OLE color: 5949622.

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

Color convert

RGB18220090-
CMYK0.0900.550.22
HSL69.82º50%56.86%-
HSV(B)69.82º55%78.43%-
XYZ41.7951.9917.51-
YUV182.0876.04127.94-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 38.56%
GREEN value IS 200 (78.52% from 255) = 42.37%
BLUE value IS 90 (35.55% from 255) = 19.07%
R=38.56%
G=42.37%
B=19.07%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal182200900.0900.550.2269.825056.86
HexB6C85A903716463239
Octal26631013211067261066271
Binary1011011011001000101101010010110111101101000110110010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6C85A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6C85A; }

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

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

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

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

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

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

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

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