#BABF66

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

Shades of Wild Willow #BABF66

Tints of Wild Willow #BABF66

Color information

#BABF66 (or 0xBABF66) is unknown color: approx Wild Willow. HEX triplet: BA, BF and 66. RGB value is (186,191,102). Sum of RGB (Red+Green+Blue) = 186+191+102=479 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.83% from 479); Green value is 191 (75% from 255 or 39.87% from 479); Blue value is 102 (40.23% from 255 or 21.29% from 479); Max value from RGB is 191 - color contains mainly: green. Hex color #BABF66 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BABF66 is #454099. Grayscale: #B3B3B3. Windows color (decimal): -4538522 or 6733754. OLE color: 6733754.

HSL color Cylindrical-coordinate representation of color #BABF66: hue angle of 63.37º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BABF66 is Cyan = 0.03, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.25.

Color convert

RGB186191102-
CMYK0.0300.470.25
HSL63.37º41.01%57.45%-
HSV(B)63.37º46.6%74.9%-
XYZ41.2848.6619.79-
YUV179.3684.34132.74-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 38.83%
GREEN value IS 191 (75% from 255) = 39.87%
BLUE value IS 102 (40.23% from 255) = 21.29%
R=38.83%
G=39.87%
B=21.29%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1861911020.0300.470.2563.3741.0157.45
HexBABF66302F193f2939
Octal272277146305731775171
Binary1011101010111111110011011010111111001111111101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BABF66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BABF66; }

 p { color: rgb(186,191,102); }

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

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

 a { background-color: rgb(186,191,102); }

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

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

 span { border-color: rgb(186,191,102); }

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