Html Css Color HEX #BAC389 Pine Glade

📋 copy color: '#BAC389'

red 186 ◦ green 195 ◦ blue 137

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

Shades of Pine Glade #BAC389

Tints of Pine Glade #BAC389

RGB

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

 GREEN value IS 195 (76.56% from 255) = 37.64%

 BLUE value IS 137 (53.91% from 255) = 26.45%

R = 35.91%
G = 37.64%
B = 26.45%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.30

 K value IS 0.24

RGB Variations

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

Color information

#BAC389 (or 0xBAC389) is known color: Pine Glade. HEX triplet: BA, C3 and 89. RGB value is (186,195,137). Sum of RGB (Red+Green+Blue) = 186+195+137=518 (68% of max value = 765). Red value is 186 (73.05% from 255 or 35.91% from 518); Green value is 195 (76.56% from 255 or 37.64% from 518); Blue value is 137 (53.91% from 255 or 26.45% from 518); Max value from RGB is 195 - color contains mainly: green. Hex color #BAC389 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAC389 is #453C76. Grayscale: #B9B9B9. Windows color (decimal): -4537463 or 9028538. OLE color: 9028538.

HSL color Cylindrical-coordinate representation of color #BAC389: hue angle of 69.31º degrees, saturation: 0.33, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BAC389 is Cyan = 0.05, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.24.

Color convert

RGB 186 195 137 -
CMYK 0.05 0 0.30 0.24
HSL 69.31º 0.33% 0.65% -
HSV(B) 69.31º 0.3% 0.76% -
XYZ 44.28 51.28 31.23 -
YUV 185.7 100.52 128.22 -
System Red Green Blue C M Y K H S L
Decimal 186 195 137 0.05 0 0.30 0.24 69.31 0.33 0.65
Hex BA C3 89 5 0 1E 18 45 21 41
Octal 272 303 211 5 0 36 30 105 41 101
Binary 10111010 11000011 10001001 101 0 11110 11000 1000101 100001 1000001

Color Harmonies of #BAC389

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAC389

Black with #BAC389

Text Example


Text Example

White with #BAC389

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAC389; }

 p { color: rgb(186,195,137); }

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

background-color css

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

 a { background-color: rgb(186,195,137); }

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

border-color css

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

 span { border-color: rgb(186,195,137); }

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