Html Css Color HEX #BAC760 Wild Willow

📋 copy color: '#BAC760'

red 186 ◦ green 199 ◦ blue 96

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

Shades of Wild Willow #BAC760

Tints of Wild Willow #BAC760

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 19.96%

R = 38.67%
G = 41.37%
B = 19.96%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.52

 K value IS 0.22

RGB Variations

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

Color information

#BAC760 (or 0xBAC760) is known color: Wild Willow. HEX triplet: BA, C7 and 60. RGB value is (186,199,96). Sum of RGB (Red+Green+Blue) = 186+199+96=481 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.67% from 481); Green value is 199 (78.12% from 255 or 41.37% from 481); Blue value is 96 (37.89% from 255 or 19.96% from 481); Max value from RGB is 199 - color contains mainly: green. Hex color #BAC760 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAC760 is #45389F. Grayscale: #B7B7B7. Windows color (decimal): -4536480 or 6342586. OLE color: 6342586.

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

Color convert

RGB 186 199 96 -
CMYK 0.07 0 0.52 0.22
HSL 67.57º 0.48% 0.58% -
HSV(B) 67.57º 0.52% 0.78% -
XYZ 42.78 52.13 18.87 -
YUV 183.37 78.69 129.88 -
System Red Green Blue C M Y K H S L
Decimal 186 199 96 0.07 0 0.52 0.22 67.57 0.48 0.58
Hex BA C7 60 7 0 34 16 44 30 3A
Octal 272 307 140 7 0 64 26 104 60 72
Binary 10111010 11000111 1100000 111 0 110100 10110 1000100 110000 111010

Color Harmonies of #BAC760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAC760

Black with #BAC760

Text Example


Text Example

White with #BAC760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAC760; }

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

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

background-color css

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

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

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

border-color css

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

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

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