Html Css Color HEX #BAC463 Wild Willow

📋 copy color: '#BAC463'

red 186 ◦ green 196 ◦ blue 99

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

Shades of Wild Willow #BAC463

Tints of Wild Willow #BAC463

RGB

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

 GREEN value IS 196 (76.95% from 255) = 40.75%

 BLUE value IS 99 (39.06% from 255) = 20.58%

R = 38.67%
G = 40.75%
B = 20.58%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.49

 K value IS 0.23

RGB Variations

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

Color information

#BAC463 (or 0xBAC463) is known color: Wild Willow. HEX triplet: BA, C4 and 63. RGB value is (186,196,99). Sum of RGB (Red+Green+Blue) = 186+196+99=481 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.67% from 481); Green value is 196 (76.95% from 255 or 40.75% from 481); Blue value is 99 (39.06% from 255 or 20.58% from 481); Max value from RGB is 196 - color contains mainly: green. Hex color #BAC463 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAC463 is #453B9C. Grayscale: #B6B6B6. Windows color (decimal): -4537245 or 6538426. OLE color: 6538426.

HSL color Cylindrical-coordinate representation of color #BAC463: hue angle of 66.19º degrees, saturation: 0.45, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BAC463 is Cyan = 0.05, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.23.

Color convert

RGB 186 196 99 -
CMYK 0.05 0 0.49 0.23
HSL 66.19º 0.45% 0.58% -
HSV(B) 66.19º 0.49% 0.77% -
XYZ 42.24 50.82 19.39 -
YUV 181.95 81.19 130.89 -
System Red Green Blue C M Y K H S L
Decimal 186 196 99 0.05 0 0.49 0.23 66.19 0.45 0.58
Hex BA C4 63 5 0 31 17 42 2D 3A
Octal 272 304 143 5 0 61 27 102 55 72
Binary 10111010 11000100 1100011 101 0 110001 10111 1000010 101101 111010

Color Harmonies of #BAC463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAC463

Black with #BAC463

Text Example


Text Example

White with #BAC463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAC463; }

 p { color: rgb(186,196,99); }

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

background-color css

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

 a { background-color: rgb(186,196,99); }

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

border-color css

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

 span { border-color: rgb(186,196,99); }

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