#B6C55E

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

Shades of Wild Willow #B6C55E

Tints of Wild Willow #B6C55E

Color information

#B6C55E (or 0xB6C55E) is unknown color: approx Wild Willow. HEX triplet: B6, C5 and 5E. RGB value is (182,197,94). Sum of RGB (Red+Green+Blue) = 182+197+94=473 (62% of max value = 765). Red value is 182 (71.48% from 255 or 38.48% from 473); Green value is 197 (77.34% from 255 or 41.65% from 473); Blue value is 94 (37.11% from 255 or 19.87% from 473); Max value from RGB is 197 - color contains mainly: green. Hex color #B6C55E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B6C55E is #493AA1. Grayscale: #B5B5B5. Windows color (decimal): -4799138 or 6210998. OLE color: 6210998.

HSL color Cylindrical-coordinate representation of color #B6C55E: hue angle of 68.74º degrees, saturation: 0.47, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B6C55E is Cyan = 0.08, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.23.

Color convert

RGB18219794-
CMYK0.0800.520.23
HSL68.74º47.03%57.06%-
HSV(B)68.74º52.28%77.25%-
XYZ41.2850.6918.2-
YUV180.7779.03128.88-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 38.48%
GREEN value IS 197 (77.34% from 255) = 41.65%
BLUE value IS 94 (37.11% from 255) = 19.87%
R=38.48%
G=41.65%
B=19.87%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal182197940.0800.520.2368.7447.0357.06
HexB6C55E803417452f39
Octal26630513610064271055771
Binary1011011011000101101111010000110100101111000101101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6C55E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6C55E; }

 p { color: rgb(182,197,94); }

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

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

 a { background-color: rgb(182,197,94); }

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

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

 span { border-color: rgb(182,197,94); }

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