Html Css Color HEX #BAC260 Wild Willow

📋 copy color: '#BAC260'

red 186 ◦ green 194 ◦ blue 96

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

Shades of Wild Willow #BAC260

Tints of Wild Willow #BAC260

RGB

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

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

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

R = 39.08%
G = 40.76%
B = 20.17%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.51

 K value IS 0.24

RGB Variations

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

Color information

#BAC260 (or 0xBAC260) is known color: Wild Willow. HEX triplet: BA, C2 and 60. RGB value is (186,194,96). Sum of RGB (Red+Green+Blue) = 186+194+96=476 (63% of max value = 765). Red value is 186 (73.05% from 255 or 39.08% from 476); Green value is 194 (76.17% from 255 or 40.76% from 476); Blue value is 96 (37.89% from 255 or 20.17% from 476); Max value from RGB is 194 - color contains mainly: green. Hex color #BAC260 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAC260 is #453D9F. Grayscale: #B4B4B4. Windows color (decimal): -4537760 or 6341306. OLE color: 6341306.

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

Color convert

RGB 186 194 96 -
CMYK 0.04 0 0.51 0.24
HSL 64.9º 0.45% 0.57% -
HSV(B) 64.9º 0.51% 0.76% -
XYZ 41.65 49.87 18.5 -
YUV 180.44 80.35 131.97 -
System Red Green Blue C M Y K H S L
Decimal 186 194 96 0.04 0 0.51 0.24 64.9 0.45 0.57
Hex BA C2 60 4 0 33 18 41 2D 39
Octal 272 302 140 4 0 63 30 101 55 71
Binary 10111010 11000010 1100000 100 0 110011 11000 1000001 101101 111001

Color Harmonies of #BAC260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAC260

Black with #BAC260

Text Example


Text Example

White with #BAC260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAC260; }

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

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

background-color css

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

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

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

border-color css

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

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

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