Html Css Color HEX #BAC361 Wild Willow

📋 copy color: '#BAC361'

red 186 ◦ green 195 ◦ blue 97

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

Shades of Wild Willow #BAC361

Tints of Wild Willow #BAC361

RGB

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

 GREEN value IS 195 (76.56% from 255) = 40.79%

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

R = 38.91%
G = 40.79%
B = 20.29%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.50

 K value IS 0.24

RGB Variations

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

Color information

#BAC361 (or 0xBAC361) is known color: Wild Willow. HEX triplet: BA, C3 and 61. RGB value is (186,195,97). Sum of RGB (Red+Green+Blue) = 186+195+97=478 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.91% from 478); Green value is 195 (76.56% from 255 or 40.79% from 478); Blue value is 97 (38.28% from 255 or 20.29% from 478); Max value from RGB is 195 - color contains mainly: green. Hex color #BAC361 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAC361 is #453C9E. Grayscale: #B5B5B5. Windows color (decimal): -4537503 or 6407098. OLE color: 6407098.

HSL color Cylindrical-coordinate representation of color #BAC361: hue angle of 65.51º degrees, saturation: 0.45, 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 #BAC361 is Cyan = 0.05, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.24.

Color convert

RGB 186 195 97 -
CMYK 0.05 0 0.50 0.24
HSL 65.51º 0.45% 0.57% -
HSV(B) 65.51º 0.5% 0.76% -
XYZ 41.92 50.33 18.81 -
YUV 181.14 80.52 131.47 -
System Red Green Blue C M Y K H S L
Decimal 186 195 97 0.05 0 0.50 0.24 65.51 0.45 0.57
Hex BA C3 61 5 0 32 18 42 2D 39
Octal 272 303 141 5 0 62 30 102 55 71
Binary 10111010 11000011 1100001 101 0 110010 11000 1000010 101101 111001

Color Harmonies of #BAC361

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAC361

Black with #BAC361

Text Example


Text Example

White with #BAC361

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAC361; }

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

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

background-color css

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

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

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

border-color css

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

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

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