Html Css Color HEX #BAC963 Wild Willow

📋 copy color: '#BAC963'

red 186 ◦ green 201 ◦ blue 99

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

Shades of Wild Willow #BAC963

Tints of Wild Willow #BAC963

RGB

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

 GREEN value IS 201 (78.91% from 255) = 41.36%

 BLUE value IS 99 (39.06% from 255) = 20.37%

R = 38.27%
G = 41.36%
B = 20.37%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.51

 K value IS 0.21

RGB Variations

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

Color information

#BAC963 (or 0xBAC963) is known color: Wild Willow. HEX triplet: BA, C9 and 63. RGB value is (186,201,99). Sum of RGB (Red+Green+Blue) = 186+201+99=486 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.27% from 486); Green value is 201 (78.91% from 255 or 41.36% from 486); Blue value is 99 (39.06% from 255 or 20.37% from 486); Max value from RGB is 201 - color contains mainly: green. Hex color #BAC963 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAC963 is #45369C. Grayscale: #B9B9B9. Windows color (decimal): -4535965 or 6539706. OLE color: 6539706.

HSL color Cylindrical-coordinate representation of color #BAC963: hue angle of 68.82º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BAC963 is Cyan = 0.07, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.21.

Color convert

RGB 186 201 99 -
CMYK 0.07 0 0.51 0.21
HSL 68.82º 0.49% 0.59% -
HSV(B) 68.82º 0.51% 0.79% -
XYZ 43.39 53.11 19.77 -
YUV 184.89 79.53 128.79 -
System Red Green Blue C M Y K H S L
Decimal 186 201 99 0.07 0 0.51 0.21 68.82 0.49 0.59
Hex BA C9 63 7 0 33 15 45 31 3B
Octal 272 311 143 7 0 63 25 105 61 73
Binary 10111010 11001001 1100011 111 0 110011 10101 1000101 110001 111011

Color Harmonies of #BAC963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAC963

Black with #BAC963

Text Example


Text Example

White with #BAC963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAC963; }

 p { color: rgb(186,201,99); }

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

background-color css

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

 a { background-color: rgb(186,201,99); }

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

border-color css

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

 span { border-color: rgb(186,201,99); }

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