Html Css Color HEX #BAC465 Wild Willow

📋 copy color: '#BAC465'

red 186 ◦ green 196 ◦ blue 101

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

Shades of Wild Willow #BAC465

Tints of Wild Willow #BAC465

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 20.91%

R = 38.51%
G = 40.58%
B = 20.91%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.48

 K value IS 0.23

RGB Variations

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

Color information

#BAC465 (or 0xBAC465) is known color: Wild Willow. HEX triplet: BA, C4 and 65. RGB value is (186,196,101). Sum of RGB (Red+Green+Blue) = 186+196+101=483 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.51% from 483); Green value is 196 (76.95% from 255 or 40.58% from 483); Blue value is 101 (39.84% from 255 or 20.91% from 483); Max value from RGB is 196 - color contains mainly: green. Hex color #BAC465 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAC465 is #453B9A. Grayscale: #B6B6B6. Windows color (decimal): -4537243 or 6669498. OLE color: 6669498.

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

Color convert

RGB 186 196 101 -
CMYK 0.05 0 0.48 0.23
HSL 66.32º 0.45% 0.58% -
HSV(B) 66.32º 0.48% 0.77% -
XYZ 42.34 50.86 19.9 -
YUV 182.18 82.19 130.72 -
System Red Green Blue C M Y K H S L
Decimal 186 196 101 0.05 0 0.48 0.23 66.32 0.45 0.58
Hex BA C4 65 5 0 30 17 42 2D 3A
Octal 272 304 145 5 0 60 27 102 55 72
Binary 10111010 11000100 1100101 101 0 110000 10111 1000010 101101 111010

Color Harmonies of #BAC465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAC465

Black with #BAC465

Text Example


Text Example

White with #BAC465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAC465; }

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

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

background-color css

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

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

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

border-color css

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

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

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