Html Css Color HEX #BAC762 Wild Willow

📋 copy color: '#BAC762'

red 186 ◦ green 199 ◦ blue 98

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

Shades of Wild Willow #BAC762

Tints of Wild Willow #BAC762

RGB

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

 GREEN value IS 199 (78.13% from 255) = 41.2%

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

R = 38.51%
G = 41.2%
B = 20.29%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.51

 K value IS 0.22

RGB Variations

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

Color information

#BAC762 (or 0xBAC762) is known color: Wild Willow. HEX triplet: BA, C7 and 62. RGB value is (186,199,98). Sum of RGB (Red+Green+Blue) = 186+199+98=483 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.51% from 483); Green value is 199 (78.12% from 255 or 41.20% from 483); Blue value is 98 (38.67% from 255 or 20.29% from 483); Max value from RGB is 199 - color contains mainly: green. Hex color #BAC762 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAC762 is #45389D. Grayscale: #B7B7B7. Windows color (decimal): -4536478 or 6473658. OLE color: 6473658.

HSL color Cylindrical-coordinate representation of color #BAC762: hue angle of 67.72º degrees, saturation: 0.47, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BAC762 is Cyan = 0.07, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.22.

Color convert

RGB 186 199 98 -
CMYK 0.07 0 0.51 0.22
HSL 67.72º 0.47% 0.58% -
HSV(B) 67.72º 0.51% 0.78% -
XYZ 42.88 52.17 19.36 -
YUV 183.6 79.69 129.71 -
System Red Green Blue C M Y K H S L
Decimal 186 199 98 0.07 0 0.51 0.22 67.72 0.47 0.58
Hex BA C7 62 7 0 33 16 44 2F 3A
Octal 272 307 142 7 0 63 26 104 57 72
Binary 10111010 11000111 1100010 111 0 110011 10110 1000100 101111 111010

Color Harmonies of #BAC762

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAC762

Black with #BAC762

Text Example


Text Example

White with #BAC762

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAC762; }

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

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

background-color css

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

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

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

border-color css

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

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

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