Html Css Color HEX #BAC96F Wild Willow

📋 copy color: '#BAC96F'

red 186 ◦ green 201 ◦ blue 111

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

Shades of Wild Willow #BAC96F

Tints of Wild Willow #BAC96F

RGB

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

 GREEN value IS 201 (78.91% from 255) = 40.36%

 BLUE value IS 111 (43.75% from 255) = 22.29%

R = 37.35%
G = 40.36%
B = 22.29%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.45

 K value IS 0.21

RGB Variations

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

Color information

#BAC96F (or 0xBAC96F) is known color: Wild Willow. HEX triplet: BA, C9 and 6F. RGB value is (186,201,111). Sum of RGB (Red+Green+Blue) = 186+201+111=498 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.35% from 498); Green value is 201 (78.91% from 255 or 40.36% from 498); Blue value is 111 (43.75% from 255 or 22.29% from 498); Max value from RGB is 201 - color contains mainly: green. Hex color #BAC96F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAC96F is #453690. Grayscale: #BABABA. Windows color (decimal): -4535953 or 7326138. OLE color: 7326138.

HSL color Cylindrical-coordinate representation of color #BAC96F: hue angle of 70º degrees, saturation: 0.45, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BAC96F is Cyan = 0.07, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.21.

Color convert

RGB 186 201 111 -
CMYK 0.07 0 0.45 0.21
HSL 70º 0.45% 0.61% -
HSV(B) 70º 0.45% 0.79% -
XYZ 44.01 53.36 23.02 -
YUV 186.26 85.53 127.82 -
System Red Green Blue C M Y K H S L
Decimal 186 201 111 0.07 0 0.45 0.21 70 0.45 0.61
Hex BA C9 6F 7 0 2D 15 46 2D 3D
Octal 272 311 157 7 0 55 25 106 55 75
Binary 10111010 11001001 1101111 111 0 101101 10101 1000110 101101 111101

Color Harmonies of #BAC96F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAC96F

Black with #BAC96F

Text Example


Text Example

White with #BAC96F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAC96F; }

 p { color: rgb(186,201,111); }

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

background-color css

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

 a { background-color: rgb(186,201,111); }

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

border-color css

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

 span { border-color: rgb(186,201,111); }

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