Html Css Color HEX #BACC60 Wild Willow

📋 copy color: '#BACC60'

red 186 ◦ green 204 ◦ blue 96

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

Shades of Wild Willow #BACC60

Tints of Wild Willow #BACC60

RGB

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

 GREEN value IS 204 (80.08% from 255) = 41.98%

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

R = 38.27%
G = 41.98%
B = 19.75%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.53

 K value IS 0.2

RGB Variations

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

Color information

#BACC60 (or 0xBACC60) is known color: Wild Willow. HEX triplet: BA, CC and 60. RGB value is (186,204,96). Sum of RGB (Red+Green+Blue) = 186+204+96=486 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.27% from 486); Green value is 204 (80.08% from 255 or 41.98% from 486); Blue value is 96 (37.89% from 255 or 19.75% from 486); Max value from RGB is 204 - color contains mainly: green. Hex color #BACC60 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BACC60 is #45339F. Grayscale: #BABABA. Windows color (decimal): -4535200 or 6343866. OLE color: 6343866.

HSL color Cylindrical-coordinate representation of color #BACC60: hue angle of 70º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BACC60 is Cyan = 0.09, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.2.

Color convert

RGB 186 204 96 -
CMYK 0.09 0 0.53 0.2
HSL 70º 0.51% 0.59% -
HSV(B) 70º 0.53% 0.8% -
XYZ 43.95 54.47 19.26 -
YUV 186.31 77.04 127.78 -
System Red Green Blue C M Y K H S L
Decimal 186 204 96 0.09 0 0.53 0.2 70 0.51 0.59
Hex BA CC 60 9 0 35 14 46 33 3B
Octal 272 314 140 11 0 65 24 106 63 73
Binary 10111010 11001100 1100000 1001 0 110101 10100 1000110 110011 111011

Color Harmonies of #BACC60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BACC60

Black with #BACC60

Text Example


Text Example

White with #BACC60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BACC60; }

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

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

background-color css

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

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

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

border-color css

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

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

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