#BABF5D

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

Shades of Wild Willow #BABF5D

Tints of Wild Willow #BABF5D

Color information

#BABF5D (or 0xBABF5D) is unknown color: approx Wild Willow. HEX triplet: BA, BF and 5D. RGB value is (186,191,93). Sum of RGB (Red+Green+Blue) = 186+191+93=470 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.57% from 470); Green value is 191 (75% from 255 or 40.64% from 470); Blue value is 93 (36.72% from 255 or 19.79% from 470); Max value from RGB is 191 - color contains mainly: green. Hex color #BABF5D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BABF5D is #4540A2. Grayscale: #B2B2B2. Windows color (decimal): -4538531 or 6143930. OLE color: 6143930.

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

Color convert

RGB18619193-
CMYK0.0300.510.25
HSL63.06º43.36%55.69%-
HSV(B)63.06º51.31%74.9%-
XYZ40.8648.4917.56-
YUV178.3379.84133.47-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 39.57%
GREEN value IS 191 (75% from 255) = 40.64%
BLUE value IS 93 (36.72% from 255) = 19.79%
R=39.57%
G=40.64%
B=19.79%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal186191930.0300.510.2563.0643.3655.69
HexBABF5D3033193f2b38
Octal272277135306331775370
Binary1011101010111111101110111011001111001111111101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BABF5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BABF5D; }

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

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

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

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

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

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

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

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