Html Css Color HEX #BAC261 Wild Willow

📋 copy color: '#BAC261'

red 186 ◦ green 194 ◦ blue 97

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

Shades of Wild Willow #BAC261

Tints of Wild Willow #BAC261

RGB

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

 GREEN value IS 194 (76.17% from 255) = 40.67%

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

R = 38.99%
G = 40.67%
B = 20.34%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.50

 K value IS 0.24

RGB Variations

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

Color information

#BAC261 (or 0xBAC261) is known color: Wild Willow. HEX triplet: BA, C2 and 61. RGB value is (186,194,97). Sum of RGB (Red+Green+Blue) = 186+194+97=477 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.99% from 477); Green value is 194 (76.17% from 255 or 40.67% from 477); Blue value is 97 (38.28% from 255 or 20.34% from 477); Max value from RGB is 194 - color contains mainly: green. Hex color #BAC261 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAC261 is #453D9E. Grayscale: #B4B4B4. Windows color (decimal): -4537759 or 6406842. OLE color: 6406842.

HSL color Cylindrical-coordinate representation of color #BAC261: hue angle of 64.95º degrees, saturation: 0.44, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BAC261 is Cyan = 0.04, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.24.

Color convert

RGB 186 194 97 -
CMYK 0.04 0 0.50 0.24
HSL 64.95º 0.44% 0.57% -
HSV(B) 64.95º 0.5% 0.76% -
XYZ 41.7 49.89 18.74 -
YUV 180.55 80.85 131.89 -
System Red Green Blue C M Y K H S L
Decimal 186 194 97 0.04 0 0.50 0.24 64.95 0.44 0.57
Hex BA C2 61 4 0 32 18 41 2C 39
Octal 272 302 141 4 0 62 30 101 54 71
Binary 10111010 11000010 1100001 100 0 110010 11000 1000001 101100 111001

Color Harmonies of #BAC261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAC261

Black with #BAC261

Text Example


Text Example

White with #BAC261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAC261; }

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

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

background-color css

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

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

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

border-color css

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

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

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