Html Css Color HEX #BAC86D Wild Willow

📋 copy color: '#BAC86D'

red 186 ◦ green 200 ◦ blue 109

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

Shades of Wild Willow #BAC86D

Tints of Wild Willow #BAC86D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 22.02%

R = 37.58%
G = 40.4%
B = 22.02%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.46

 K value IS 0.22

RGB Variations

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

Color information

#BAC86D (or 0xBAC86D) is known color: Wild Willow. HEX triplet: BA, C8 and 6D. RGB value is (186,200,109). Sum of RGB (Red+Green+Blue) = 186+200+109=495 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.58% from 495); Green value is 200 (78.52% from 255 or 40.40% from 495); Blue value is 109 (42.97% from 255 or 22.02% from 495); Max value from RGB is 200 - color contains mainly: green. Hex color #BAC86D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAC86D is #453792. Grayscale: #B9B9B9. Windows color (decimal): -4536211 or 7194810. OLE color: 7194810.

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

Color convert

RGB 186 200 109 -
CMYK 0.07 0 0.46 0.22
HSL 69.23º 0.45% 0.61% -
HSV(B) 69.23º 0.46% 0.78% -
XYZ 43.66 52.85 22.37 -
YUV 185.44 84.86 128.4 -
System Red Green Blue C M Y K H S L
Decimal 186 200 109 0.07 0 0.46 0.22 69.23 0.45 0.61
Hex BA C8 6D 7 0 2E 16 45 2D 3D
Octal 272 310 155 7 0 56 26 105 55 75
Binary 10111010 11001000 1101101 111 0 101110 10110 1000101 101101 111101

Color Harmonies of #BAC86D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAC86D

Black with #BAC86D

Text Example


Text Example

White with #BAC86D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAC86D; }

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

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

background-color css

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

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

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

border-color css

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

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

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