#B6C26E

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

Shades of Wild Willow #B6C26E

Tints of Wild Willow #B6C26E

Color information

#B6C26E (or 0xB6C26E) is unknown color: approx Wild Willow. HEX triplet: B6, C2 and 6E. RGB value is (182,194,110). Sum of RGB (Red+Green+Blue) = 182+194+110=486 (64% of max value = 765). Red value is 182 (71.48% from 255 or 37.45% from 486); Green value is 194 (76.17% from 255 or 39.92% from 486); Blue value is 110 (43.36% from 255 or 22.63% from 486); Max value from RGB is 194 - color contains mainly: green. Hex color #B6C26E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B6C26E is #493D91. Grayscale: #B5B5B5. Windows color (decimal): -4799890 or 7258806. OLE color: 7258806.

HSL color Cylindrical-coordinate representation of color #B6C26E: hue angle of 68.57º degrees, saturation: 0.41, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B6C26E is Cyan = 0.06, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.24.

Color convert

RGB182194110-
CMYK0.0600.430.24
HSL68.57º40.78%59.61%-
HSV(B)68.57º43.3%76.08%-
XYZ41.449.6522.15-
YUV180.8488.02128.83-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 37.45%
GREEN value IS 194 (76.17% from 255) = 39.92%
BLUE value IS 110 (43.36% from 255) = 22.63%
R=37.45%
G=39.92%
B=22.63%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1821941100.0600.430.2468.5740.7859.61
HexB6C26E602B1845293c
Octal2663021566053301055174
Binary101101101100001011011101100101011110001000101101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6C26E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6C26E; }

 p { color: rgb(182,194,110); }

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

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

 a { background-color: rgb(182,194,110); }

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

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

 span { border-color: rgb(182,194,110); }

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