#B6C55D

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

Shades of Wild Willow #B6C55D

Tints of Wild Willow #B6C55D

Color information

#B6C55D (or 0xB6C55D) is unknown color: approx Wild Willow. HEX triplet: B6, C5 and 5D. RGB value is (182,197,93). Sum of RGB (Red+Green+Blue) = 182+197+93=472 (62% of max value = 765). Red value is 182 (71.48% from 255 or 38.56% from 472); Green value is 197 (77.34% from 255 or 41.74% from 472); Blue value is 93 (36.72% from 255 or 19.70% from 472); Max value from RGB is 197 - color contains mainly: green. Hex color #B6C55D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B6C55D is #493AA2. Grayscale: #B5B5B5. Windows color (decimal): -4799139 or 6145462. OLE color: 6145462.

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

Color convert

RGB18219793-
CMYK0.0800.530.23
HSL68.65º47.27%56.86%-
HSV(B)68.65º52.79%77.25%-
XYZ41.2350.6717.96-
YUV180.6678.53128.96-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 38.56%
GREEN value IS 197 (77.34% from 255) = 41.74%
BLUE value IS 93 (36.72% from 255) = 19.70%
R=38.56%
G=41.74%
B=19.70%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal182197930.0800.530.2368.6547.2756.86
HexB6C55D803517452f39
Octal26630513510065271055771
Binary1011011011000101101110110000110101101111000101101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6C55D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6C55D; }

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

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

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

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

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

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

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

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