Html Css Color HEX #BABF5D Wild Willow

📋 copy color: '#BABF5D'

red 186 ◦ green 191 ◦ blue 93

#BABF5D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Wild Willow #BABF5D

Tints of Wild Willow #BABF5D

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 value IS 0.03

 M value IS 0

 Y value IS 0.51

 K value IS 0.25

RGB Variations

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

Color information

#BABF5D (or 0xBABF5D) is known color: 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

RGB 186 191 93 -
CMYK 0.03 0 0.51 0.25
HSL 63.06º 0.43% 0.56% -
HSV(B) 63.06º 0.51% 0.75% -
XYZ 40.86 48.49 17.56 -
YUV 178.33 79.84 133.47 -
System Red Green Blue C M Y K H S L
Decimal 186 191 93 0.03 0 0.51 0.25 63.06 0.43 0.56
Hex BA BF 5D 3 0 33 19 3F 2B 38
Octal 272 277 135 3 0 63 31 77 53 70
Binary 10111010 10111111 1011101 11 0 110011 11001 111111 101011 111000

Color Harmonies of #BABF5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BABF5D

Black with #BABF5D

Text Example


Text Example

White with #BABF5D

Text Example


Text Example

HTML Codes & Css Web 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>