Html Css Color HEX #BABF60 Wild Willow

📋 copy color: '#BABF60'

red 186 ◦ green 191 ◦ blue 96

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

Shades of Wild Willow #BABF60

Tints of Wild Willow #BABF60

RGB

 RED value IS 186 (73.05% from 255) = 39.32%

 GREEN value IS 191 (75% from 255) = 40.38%

 BLUE value IS 96 (37.89% from 255) = 20.3%

R = 39.32%
G = 40.38%
B = 20.3%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.50

 K value IS 0.25

RGB Variations

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

Color information

#BABF60 (or 0xBABF60) is known color: Wild Willow. HEX triplet: BA, BF and 60. RGB value is (186,191,96). Sum of RGB (Red+Green+Blue) = 186+191+96=473 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.32% from 473); Green value is 191 (75% from 255 or 40.38% from 473); Blue value is 96 (37.89% from 255 or 20.30% from 473); Max value from RGB is 191 - color contains mainly: green. Hex color #BABF60 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BABF60 is #45409F. Grayscale: #B3B3B3. Windows color (decimal): -4538528 or 6340538. OLE color: 6340538.

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

Color convert

RGB 186 191 96 -
CMYK 0.03 0 0.50 0.25
HSL 63.16º 0.43% 0.56% -
HSV(B) 63.16º 0.5% 0.75% -
XYZ 40.99 48.55 18.28 -
YUV 178.68 81.34 133.22 -
System Red Green Blue C M Y K H S L
Decimal 186 191 96 0.03 0 0.50 0.25 63.16 0.43 0.56
Hex BA BF 60 3 0 32 19 3F 2B 38
Octal 272 277 140 3 0 62 31 77 53 70
Binary 10111010 10111111 1100000 11 0 110010 11001 111111 101011 111000

Color Harmonies of #BABF60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BABF60

Black with #BABF60

Text Example


Text Example

White with #BABF60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BABF60; }

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

 H1.HeaderClassName
 {
   color: #BABF60;
 }
 .AnyTagClassName
 {
   color: #BABF60;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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