Html Css Color HEX #BAC66C Wild Willow

📋 copy color: '#BAC66C'

red 186 ◦ green 198 ◦ blue 108

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

Shades of Wild Willow #BAC66C

Tints of Wild Willow #BAC66C

RGB

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

 GREEN value IS 198 (77.73% from 255) = 40.24%

 BLUE value IS 108 (42.58% from 255) = 21.95%

R = 37.8%
G = 40.24%
B = 21.95%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.45

 K value IS 0.22

RGB Variations

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

Color information

#BAC66C (or 0xBAC66C) is known color: Wild Willow. HEX triplet: BA, C6 and 6C. RGB value is (186,198,108). Sum of RGB (Red+Green+Blue) = 186+198+108=492 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.80% from 492); Green value is 198 (77.73% from 255 or 40.24% from 492); Blue value is 108 (42.58% from 255 or 21.95% from 492); Max value from RGB is 198 - color contains mainly: green. Hex color #BAC66C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAC66C is #453993. Grayscale: #B8B8B8. Windows color (decimal): -4536724 or 7128762. OLE color: 7128762.

HSL color Cylindrical-coordinate representation of color #BAC66C: hue angle of 68º degrees, saturation: 0.44, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BAC66C is Cyan = 0.06, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.22.

Color convert

RGB 186 198 108 -
CMYK 0.06 0 0.45 0.22
HSL 68º 0.44% 0.6% -
HSV(B) 68º 0.45% 0.78% -
XYZ 43.15 51.91 21.93 -
YUV 184.15 85.02 129.32 -
System Red Green Blue C M Y K H S L
Decimal 186 198 108 0.06 0 0.45 0.22 68 0.44 0.6
Hex BA C6 6C 6 0 2D 16 44 2C 3C
Octal 272 306 154 6 0 55 26 104 54 74
Binary 10111010 11000110 1101100 110 0 101101 10110 1000100 101100 111100

Color Harmonies of #BAC66C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAC66C

Black with #BAC66C

Text Example


Text Example

White with #BAC66C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAC66C; }

 p { color: rgb(186,198,108); }

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

background-color css

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

 a { background-color: rgb(186,198,108); }

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

border-color css

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

 span { border-color: rgb(186,198,108); }

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