Html Css Color HEX #BAC460 Wild Willow

📋 copy color: '#BAC460'

red 186 ◦ green 196 ◦ blue 96

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

Shades of Wild Willow #BAC460

Tints of Wild Willow #BAC460

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 20.08%

R = 38.91%
G = 41%
B = 20.08%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.51

 K value IS 0.23

RGB Variations

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

Color information

#BAC460 (or 0xBAC460) is known color: Wild Willow. HEX triplet: BA, C4 and 60. RGB value is (186,196,96). Sum of RGB (Red+Green+Blue) = 186+196+96=478 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.91% from 478); Green value is 196 (76.95% from 255 or 41.00% from 478); Blue value is 96 (37.89% from 255 or 20.08% from 478); Max value from RGB is 196 - color contains mainly: green. Hex color #BAC460 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAC460 is #453B9F. Grayscale: #B6B6B6. Windows color (decimal): -4537248 or 6341818. OLE color: 6341818.

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

Color convert

RGB 186 196 96 -
CMYK 0.05 0 0.51 0.23
HSL 66º 0.46% 0.57% -
HSV(B) 66º 0.51% 0.77% -
XYZ 42.1 50.76 18.65 -
YUV 181.61 79.69 131.13 -
System Red Green Blue C M Y K H S L
Decimal 186 196 96 0.05 0 0.51 0.23 66 0.46 0.57
Hex BA C4 60 5 0 33 17 42 2E 39
Octal 272 304 140 5 0 63 27 102 56 71
Binary 10111010 11000100 1100000 101 0 110011 10111 1000010 101110 111001

Color Harmonies of #BAC460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAC460

Black with #BAC460

Text Example


Text Example

White with #BAC460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAC460; }

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

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

background-color css

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

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

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

border-color css

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

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

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