Html Css Color HEX #BAC166 Wild Willow

📋 copy color: '#BAC166'

red 186 ◦ green 193 ◦ blue 102

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

Shades of Wild Willow #BAC166

Tints of Wild Willow #BAC166

RGB

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

 GREEN value IS 193 (75.78% from 255) = 40.12%

 BLUE value IS 102 (40.23% from 255) = 21.21%

R = 38.67%
G = 40.12%
B = 21.21%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.47

 K value IS 0.24

RGB Variations

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

Color information

#BAC166 (or 0xBAC166) is known color: Wild Willow. HEX triplet: BA, C1 and 66. RGB value is (186,193,102). Sum of RGB (Red+Green+Blue) = 186+193+102=481 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.67% from 481); Green value is 193 (75.78% from 255 or 40.12% from 481); Blue value is 102 (40.23% from 255 or 21.21% from 481); Max value from RGB is 193 - color contains mainly: green. Hex color #BAC166 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAC166 is #453E99. Grayscale: #B4B4B4. Windows color (decimal): -4538010 or 6734266. OLE color: 6734266.

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

Color convert

RGB 186 193 102 -
CMYK 0.04 0 0.47 0.24
HSL 64.62º 0.42% 0.58% -
HSV(B) 64.62º 0.47% 0.76% -
XYZ 41.72 49.54 19.93 -
YUV 180.53 83.68 131.9 -
System Red Green Blue C M Y K H S L
Decimal 186 193 102 0.04 0 0.47 0.24 64.62 0.42 0.58
Hex BA C1 66 4 0 2F 18 41 2A 3A
Octal 272 301 146 4 0 57 30 101 52 72
Binary 10111010 11000001 1100110 100 0 101111 11000 1000001 101010 111010

Color Harmonies of #BAC166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAC166

Black with #BAC166

Text Example


Text Example

White with #BAC166

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAC166; }

 p { color: rgb(186,193,102); }

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

background-color css

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

 a { background-color: rgb(186,193,102); }

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

border-color css

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

 span { border-color: rgb(186,193,102); }

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