Html Css Color HEX #BAC364 Wild Willow

📋 copy color: '#BAC364'

red 186 ◦ green 195 ◦ blue 100

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

Shades of Wild Willow #BAC364

Tints of Wild Willow #BAC364

RGB

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

 GREEN value IS 195 (76.56% from 255) = 40.54%

 BLUE value IS 100 (39.45% from 255) = 20.79%

R = 38.67%
G = 40.54%
B = 20.79%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.49

 K value IS 0.24

RGB Variations

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

Color information

#BAC364 (or 0xBAC364) is known color: Wild Willow. HEX triplet: BA, C3 and 64. RGB value is (186,195,100). Sum of RGB (Red+Green+Blue) = 186+195+100=481 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.67% from 481); Green value is 195 (76.56% from 255 or 40.54% from 481); Blue value is 100 (39.45% from 255 or 20.79% from 481); Max value from RGB is 195 - color contains mainly: green. Hex color #BAC364 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAC364 is #453C9B. Grayscale: #B5B5B5. Windows color (decimal): -4537500 or 6603706. OLE color: 6603706.

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

Color convert

RGB 186 195 100 -
CMYK 0.05 0 0.49 0.24
HSL 65.68º 0.44% 0.58% -
HSV(B) 65.68º 0.49% 0.76% -
XYZ 42.07 50.39 19.57 -
YUV 181.48 82.02 131.22 -
System Red Green Blue C M Y K H S L
Decimal 186 195 100 0.05 0 0.49 0.24 65.68 0.44 0.58
Hex BA C3 64 5 0 31 18 42 2C 3A
Octal 272 303 144 5 0 61 30 102 54 72
Binary 10111010 11000011 1100100 101 0 110001 11000 1000010 101100 111010

Color Harmonies of #BAC364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAC364

Black with #BAC364

Text Example


Text Example

White with #BAC364

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAC364; }

 p { color: rgb(186,195,100); }

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

background-color css

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

 a { background-color: rgb(186,195,100); }

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

border-color css

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

 span { border-color: rgb(186,195,100); }

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