Html Css Color HEX #BAC76F Wild Willow

📋 copy color: '#BAC76F'

red 186 ◦ green 199 ◦ blue 111

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

Shades of Wild Willow #BAC76F

Tints of Wild Willow #BAC76F

RGB

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

 GREEN value IS 199 (78.13% from 255) = 40.12%

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

R = 37.5%
G = 40.12%
B = 22.38%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.44

 K value IS 0.22

RGB Variations

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

Color information

#BAC76F (or 0xBAC76F) is known color: Wild Willow. HEX triplet: BA, C7 and 6F. RGB value is (186,199,111). Sum of RGB (Red+Green+Blue) = 186+199+111=496 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.5% from 496); Green value is 199 (78.12% from 255 or 40.12% from 496); Blue value is 111 (43.75% from 255 or 22.38% from 496); Max value from RGB is 199 - color contains mainly: green. Hex color #BAC76F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAC76F is #453890. Grayscale: #B9B9B9. Windows color (decimal): -4536465 or 7325626. OLE color: 7325626.

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

Color convert

RGB 186 199 111 -
CMYK 0.07 0 0.44 0.22
HSL 68.86º 0.44% 0.61% -
HSV(B) 68.86º 0.44% 0.78% -
XYZ 43.54 52.43 22.86 -
YUV 185.08 86.19 128.66 -
System Red Green Blue C M Y K H S L
Decimal 186 199 111 0.07 0 0.44 0.22 68.86 0.44 0.61
Hex BA C7 6F 7 0 2C 16 45 2C 3D
Octal 272 307 157 7 0 54 26 105 54 75
Binary 10111010 11000111 1101111 111 0 101100 10110 1000101 101100 111101

Color Harmonies of #BAC76F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAC76F

Black with #BAC76F

Text Example


Text Example

White with #BAC76F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAC76F; }

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

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

background-color css

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

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

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

border-color css

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

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

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