Html Css Color HEX #BAC66F Wild Willow

📋 copy color: '#BAC66F'

red 186 ◦ green 198 ◦ blue 111

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

Shades of Wild Willow #BAC66F

Tints of Wild Willow #BAC66F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 22.42%

R = 37.58%
G = 40%
B = 22.42%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.44

 K value IS 0.22

RGB Variations

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

Color information

#BAC66F (or 0xBAC66F) is known color: Wild Willow. HEX triplet: BA, C6 and 6F. RGB value is (186,198,111). Sum of RGB (Red+Green+Blue) = 186+198+111=495 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.58% from 495); Green value is 198 (77.73% from 255 or 40% from 495); Blue value is 111 (43.75% from 255 or 22.42% from 495); Max value from RGB is 198 - color contains mainly: green. Hex color #BAC66F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAC66F is #453990. Grayscale: #B8B8B8. Windows color (decimal): -4536721 or 7325370. OLE color: 7325370.

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

Color convert

RGB 186 198 111 -
CMYK 0.06 0 0.44 0.22
HSL 68.28º 0.43% 0.61% -
HSV(B) 68.28º 0.44% 0.78% -
XYZ 43.31 51.97 22.79 -
YUV 184.49 86.52 129.07 -
System Red Green Blue C M Y K H S L
Decimal 186 198 111 0.06 0 0.44 0.22 68.28 0.43 0.61
Hex BA C6 6F 6 0 2C 16 44 2B 3D
Octal 272 306 157 6 0 54 26 104 53 75
Binary 10111010 11000110 1101111 110 0 101100 10110 1000100 101011 111101

Color Harmonies of #BAC66F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAC66F

Black with #BAC66F

Text Example


Text Example

White with #BAC66F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAC66F; }

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

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

background-color css

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

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

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

border-color css

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

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

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