Html Css Color HEX #BAC661 Wild Willow

📋 copy color: '#BAC661'

red 186 ◦ green 198 ◦ blue 97

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

Shades of Wild Willow #BAC661

Tints of Wild Willow #BAC661

RGB

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

 GREEN value IS 198 (77.73% from 255) = 41.16%

 BLUE value IS 97 (38.28% from 255) = 20.17%

R = 38.67%
G = 41.16%
B = 20.17%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.51

 K value IS 0.22

RGB Variations

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

Color information

#BAC661 (or 0xBAC661) is known color: Wild Willow. HEX triplet: BA, C6 and 61. RGB value is (186,198,97). Sum of RGB (Red+Green+Blue) = 186+198+97=481 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.67% from 481); Green value is 198 (77.73% from 255 or 41.16% from 481); Blue value is 97 (38.28% from 255 or 20.17% from 481); Max value from RGB is 198 - color contains mainly: green. Hex color #BAC661 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAC661 is #45399E. Grayscale: #B7B7B7. Windows color (decimal): -4536735 or 6407866. OLE color: 6407866.

HSL color Cylindrical-coordinate representation of color #BAC661: hue angle of 67.13º degrees, saturation: 0.47, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BAC661 is Cyan = 0.06, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.22.

Color convert

RGB 186 198 97 -
CMYK 0.06 0 0.51 0.22
HSL 67.13º 0.47% 0.58% -
HSV(B) 67.13º 0.51% 0.78% -
XYZ 42.6 51.69 19.04 -
YUV 182.9 79.52 130.21 -
System Red Green Blue C M Y K H S L
Decimal 186 198 97 0.06 0 0.51 0.22 67.13 0.47 0.58
Hex BA C6 61 6 0 33 16 43 2F 3A
Octal 272 306 141 6 0 63 26 103 57 72
Binary 10111010 11000110 1100001 110 0 110011 10110 1000011 101111 111010

Color Harmonies of #BAC661

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAC661

Black with #BAC661

Text Example


Text Example

White with #BAC661

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAC661; }

 p { color: rgb(186,198,97); }

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

background-color css

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

 a { background-color: rgb(186,198,97); }

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

border-color css

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

 span { border-color: rgb(186,198,97); }

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