Html Css Color HEX #BAC85F Wild Willow

📋 copy color: '#BAC85F'

red 186 ◦ green 200 ◦ blue 95

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

Shades of Wild Willow #BAC85F

Tints of Wild Willow #BAC85F

RGB

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

 GREEN value IS 200 (78.52% from 255) = 41.58%

 BLUE value IS 95 (37.5% from 255) = 19.75%

R = 38.67%
G = 41.58%
B = 19.75%

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

#BAC85F (or 0xBAC85F) is known color: Wild Willow. HEX triplet: BA, C8 and 5F. RGB value is (186,200,95). Sum of RGB (Red+Green+Blue) = 186+200+95=481 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.67% from 481); Green value is 200 (78.52% from 255 or 41.58% from 481); Blue value is 95 (37.5% from 255 or 19.75% from 481); Max value from RGB is 200 - color contains mainly: green. Hex color #BAC85F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAC85F is #4537A0. Grayscale: #B8B8B8. Windows color (decimal): -4536225 or 6277306. OLE color: 6277306.

HSL color Cylindrical-coordinate representation of color #BAC85F: hue angle of 68º degrees, saturation: 0.49, 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 #BAC85F is Cyan = 0.07, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.22.

Color convert

RGB 186 200 95 -
CMYK 0.07 0 0.52 0.22
HSL 68º 0.49% 0.58% -
HSV(B) 68º 0.53% 0.78% -
XYZ 42.97 52.57 18.71 -
YUV 183.84 77.86 129.54 -
System Red Green Blue C M Y K H S L
Decimal 186 200 95 0.07 0 0.52 0.22 68 0.49 0.58
Hex BA C8 5F 7 0 34 16 44 31 3A
Octal 272 310 137 7 0 64 26 104 61 72
Binary 10111010 11001000 1011111 111 0 110100 10110 1000100 110001 111010

Color Harmonies of #BAC85F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAC85F

Black with #BAC85F

Text Example


Text Example

White with #BAC85F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAC85F; }

 p { color: rgb(186,200,95); }

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

background-color css

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

 a { background-color: rgb(186,200,95); }

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

border-color css

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

 span { border-color: rgb(186,200,95); }

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