Html Css Color HEX #BAC761 Wild Willow

📋 copy color: '#BAC761'

red 186 ◦ green 199 ◦ blue 97

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

Shades of Wild Willow #BAC761

Tints of Wild Willow #BAC761

RGB

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

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

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

R = 38.59%
G = 41.29%
B = 20.12%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.51

 K value IS 0.22

RGB Variations

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

Color information

#BAC761 (or 0xBAC761) is known color: Wild Willow. HEX triplet: BA, C7 and 61. RGB value is (186,199,97). Sum of RGB (Red+Green+Blue) = 186+199+97=482 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.59% from 482); Green value is 199 (78.12% from 255 or 41.29% from 482); Blue value is 97 (38.28% from 255 or 20.12% from 482); Max value from RGB is 199 - color contains mainly: green. Hex color #BAC761 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAC761 is #45389E. Grayscale: #B7B7B7. Windows color (decimal): -4536479 or 6408122. OLE color: 6408122.

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

Color convert

RGB 186 199 97 -
CMYK 0.07 0 0.51 0.22
HSL 67.65º 0.48% 0.58% -
HSV(B) 67.65º 0.51% 0.78% -
XYZ 42.83 52.15 19.12 -
YUV 183.49 79.19 129.79 -
System Red Green Blue C M Y K H S L
Decimal 186 199 97 0.07 0 0.51 0.22 67.65 0.48 0.58
Hex BA C7 61 7 0 33 16 44 30 3A
Octal 272 307 141 7 0 63 26 104 60 72
Binary 10111010 11000111 1100001 111 0 110011 10110 1000100 110000 111010

Color Harmonies of #BAC761

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAC761

Black with #BAC761

Text Example


Text Example

White with #BAC761

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAC761; }

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

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

background-color css

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

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

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

border-color css

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

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

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