Html Css Color HEX #BAC770 Wild Willow

📋 copy color: '#BAC770'

red 186 ◦ green 199 ◦ blue 112

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

Shades of Wild Willow #BAC770

Tints of Wild Willow #BAC770

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 22.54%

R = 37.42%
G = 40.04%
B = 22.54%

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

#BAC770 (or 0xBAC770) is known color: Wild Willow. HEX triplet: BA, C7 and 70. RGB value is (186,199,112). Sum of RGB (Red+Green+Blue) = 186+199+112=497 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.42% from 497); Green value is 199 (78.12% from 255 or 40.04% from 497); Blue value is 112 (44.14% from 255 or 22.54% from 497); Max value from RGB is 199 - color contains mainly: green. Hex color #BAC770 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAC770 is #45388F. Grayscale: #B9B9B9. Windows color (decimal): -4536464 or 7391162. OLE color: 7391162.

HSL color Cylindrical-coordinate representation of color #BAC770: hue angle of 68.97º 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 #BAC770 is Cyan = 0.07, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.22.

Color convert

RGB 186 199 112 -
CMYK 0.07 0 0.44 0.22
HSL 68.97º 0.44% 0.61% -
HSV(B) 68.97º 0.44% 0.78% -
XYZ 43.6 52.46 23.16 -
YUV 185.2 86.69 128.57 -
System Red Green Blue C M Y K H S L
Decimal 186 199 112 0.07 0 0.44 0.22 68.97 0.44 0.61
Hex BA C7 70 7 0 2C 16 45 2C 3D
Octal 272 307 160 7 0 54 26 105 54 75
Binary 10111010 11000111 1110000 111 0 101100 10110 1000101 101100 111101

Color Harmonies of #BAC770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAC770

Black with #BAC770

Text Example


Text Example

White with #BAC770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAC770; }

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

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

background-color css

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

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

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

border-color css

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

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

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