Html Css Color HEX #BAC587 Pine Glade

📋 copy color: '#BAC587'

red 186 ◦ green 197 ◦ blue 135

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

Shades of Pine Glade #BAC587

Tints of Pine Glade #BAC587

RGB

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

 GREEN value IS 197 (77.34% from 255) = 38.03%

 BLUE value IS 135 (53.13% from 255) = 26.06%

R = 35.91%
G = 38.03%
B = 26.06%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.31

 K value IS 0.23

RGB Variations

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

Color information

#BAC587 (or 0xBAC587) is known color: Pine Glade. HEX triplet: BA, C5 and 87. RGB value is (186,197,135). Sum of RGB (Red+Green+Blue) = 186+197+135=518 (68% of max value = 765). Red value is 186 (73.05% from 255 or 35.91% from 518); Green value is 197 (77.34% from 255 or 38.03% from 518); Blue value is 135 (53.12% from 255 or 26.06% from 518); Max value from RGB is 197 - color contains mainly: green. Hex color #BAC587 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAC587 is #453A78. Grayscale: #BABABA. Windows color (decimal): -4536953 or 8897978. OLE color: 8897978.

HSL color Cylindrical-coordinate representation of color #BAC587: hue angle of 70.65º degrees, saturation: 0.35, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BAC587 is Cyan = 0.06, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.23.

Color convert

RGB 186 197 135 -
CMYK 0.06 0 0.31 0.23
HSL 70.65º 0.35% 0.65% -
HSV(B) 70.65º 0.31% 0.77% -
XYZ 44.59 52.12 30.63 -
YUV 186.64 98.86 127.54 -
System Red Green Blue C M Y K H S L
Decimal 186 197 135 0.06 0 0.31 0.23 70.65 0.35 0.65
Hex BA C5 87 6 0 1F 17 47 23 41
Octal 272 305 207 6 0 37 27 107 43 101
Binary 10111010 11000101 10000111 110 0 11111 10111 1000111 100011 1000001

Color Harmonies of #BAC587

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAC587

Black with #BAC587

Text Example


Text Example

White with #BAC587

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAC587; }

 p { color: rgb(186,197,135); }

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

background-color css

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

 a { background-color: rgb(186,197,135); }

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

border-color css

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

 span { border-color: rgb(186,197,135); }

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