Html Css Color HEX #BAC962 Wild Willow

📋 copy color: '#BAC962'

red 186 ◦ green 201 ◦ blue 98

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

Shades of Wild Willow #BAC962

Tints of Wild Willow #BAC962

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 20.21%

R = 38.35%
G = 41.44%
B = 20.21%

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

#BAC962 (or 0xBAC962) is known color: Wild Willow. HEX triplet: BA, C9 and 62. RGB value is (186,201,98). Sum of RGB (Red+Green+Blue) = 186+201+98=485 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.35% from 485); Green value is 201 (78.91% from 255 or 41.44% from 485); Blue value is 98 (38.67% from 255 or 20.21% from 485); Max value from RGB is 201 - color contains mainly: green. Hex color #BAC962 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAC962 is #45369D. Grayscale: #B9B9B9. Windows color (decimal): -4535966 or 6474170. OLE color: 6474170.

HSL color Cylindrical-coordinate representation of color #BAC962: hue angle of 68.74º 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 #BAC962 is Cyan = 0.07, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.21.

Color convert

RGB 186 201 98 -
CMYK 0.07 0 0.51 0.21
HSL 68.74º 0.49% 0.59% -
HSV(B) 68.74º 0.51% 0.79% -
XYZ 43.34 53.09 19.52 -
YUV 184.77 79.03 128.88 -
System Red Green Blue C M Y K H S L
Decimal 186 201 98 0.07 0 0.51 0.21 68.74 0.49 0.59
Hex BA C9 62 7 0 33 15 45 31 3B
Octal 272 311 142 7 0 63 25 105 61 73
Binary 10111010 11001001 1100010 111 0 110011 10101 1000101 110001 111011

Color Harmonies of #BAC962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAC962

Black with #BAC962

Text Example


Text Example

White with #BAC962

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAC962; }

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

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

background-color css

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

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

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

border-color css

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

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

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