Html Css Color HEX #BAC266 Wild Willow

📋 copy color: '#BAC266'

red 186 ◦ green 194 ◦ blue 102

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

Shades of Wild Willow #BAC266

Tints of Wild Willow #BAC266

RGB

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

 GREEN value IS 194 (76.17% from 255) = 40.25%

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

R = 38.59%
G = 40.25%
B = 21.16%

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

#BAC266 (or 0xBAC266) is known color: Wild Willow. HEX triplet: BA, C2 and 66. RGB value is (186,194,102). Sum of RGB (Red+Green+Blue) = 186+194+102=482 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.59% from 482); Green value is 194 (76.17% from 255 or 40.25% from 482); Blue value is 102 (40.23% from 255 or 21.16% from 482); Max value from RGB is 194 - color contains mainly: green. Hex color #BAC266 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAC266 is #453D99. Grayscale: #B5B5B5. Windows color (decimal): -4537754 or 6734522. OLE color: 6734522.

HSL color Cylindrical-coordinate representation of color #BAC266: hue angle of 65.22º degrees, saturation: 0.43, 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 #BAC266 is Cyan = 0.04, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.24.

Color convert

RGB 186 194 102 -
CMYK 0.04 0 0.47 0.24
HSL 65.22º 0.43% 0.58% -
HSV(B) 65.22º 0.47% 0.76% -
XYZ 41.94 49.98 20.01 -
YUV 181.12 83.35 131.48 -
System Red Green Blue C M Y K H S L
Decimal 186 194 102 0.04 0 0.47 0.24 65.22 0.43 0.58
Hex BA C2 66 4 0 2F 18 41 2B 3A
Octal 272 302 146 4 0 57 30 101 53 72
Binary 10111010 11000010 1100110 100 0 101111 11000 1000001 101011 111010

Color Harmonies of #BAC266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAC266

Black with #BAC266

Text Example


Text Example

White with #BAC266

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAC266; }

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

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

background-color css

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

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

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

border-color css

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

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

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