Html Css Color HEX #BAC66B Wild Willow

📋 copy color: '#BAC66B'

red 186 ◦ green 198 ◦ blue 107

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

Shades of Wild Willow #BAC66B

Tints of Wild Willow #BAC66B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 21.79%

R = 37.88%
G = 40.33%
B = 21.79%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.46

 K value IS 0.22

RGB Variations

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

Color information

#BAC66B (or 0xBAC66B) is known color: Wild Willow. HEX triplet: BA, C6 and 6B. RGB value is (186,198,107). Sum of RGB (Red+Green+Blue) = 186+198+107=491 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.88% from 491); Green value is 198 (77.73% from 255 or 40.33% from 491); Blue value is 107 (42.19% from 255 or 21.79% from 491); Max value from RGB is 198 - color contains mainly: green. Hex color #BAC66B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAC66B is #453994. Grayscale: #B8B8B8. Windows color (decimal): -4536725 or 7063226. OLE color: 7063226.

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

Color convert

RGB 186 198 107 -
CMYK 0.06 0 0.46 0.22
HSL 67.91º 0.44% 0.6% -
HSV(B) 67.91º 0.46% 0.78% -
XYZ 43.1 51.89 21.65 -
YUV 184.04 84.52 129.4 -
System Red Green Blue C M Y K H S L
Decimal 186 198 107 0.06 0 0.46 0.22 67.91 0.44 0.6
Hex BA C6 6B 6 0 2E 16 44 2C 3C
Octal 272 306 153 6 0 56 26 104 54 74
Binary 10111010 11000110 1101011 110 0 101110 10110 1000100 101100 111100

Color Harmonies of #BAC66B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAC66B

Black with #BAC66B

Text Example


Text Example

White with #BAC66B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAC66B; }

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

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

background-color css

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

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

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

border-color css

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

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

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