Html Css Color HEX #BAC088 Pine Glade

📋 copy color: '#BAC088'

red 186 ◦ green 192 ◦ blue 136

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

Shades of Pine Glade #BAC088

Tints of Pine Glade #BAC088

RGB

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

 GREEN value IS 192 (75.39% from 255) = 37.35%

 BLUE value IS 136 (53.52% from 255) = 26.46%

R = 36.19%
G = 37.35%
B = 26.46%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.29

 K value IS 0.25

RGB Variations

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

Color information

#BAC088 (or 0xBAC088) is known color: Pine Glade. HEX triplet: BA, C0 and 88. RGB value is (186,192,136). Sum of RGB (Red+Green+Blue) = 186+192+136=514 (68% of max value = 765). Red value is 186 (73.05% from 255 or 36.19% from 514); Green value is 192 (75.39% from 255 or 37.35% from 514); Blue value is 136 (53.52% from 255 or 26.46% from 514); Max value from RGB is 192 - color contains mainly: green. Hex color #BAC088 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAC088 is #453F77. Grayscale: #B8B8B8. Windows color (decimal): -4538232 or 8962234. OLE color: 8962234.

HSL color Cylindrical-coordinate representation of color #BAC088: hue angle of 66.43º degrees, saturation: 0.31, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BAC088 is Cyan = 0.03, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.25.

Color convert

RGB 186 192 136 -
CMYK 0.03 0 0.29 0.25
HSL 66.43º 0.31% 0.64% -
HSV(B) 66.43º 0.29% 0.75% -
XYZ 43.54 49.92 30.63 -
YUV 183.82 101.01 129.55 -
System Red Green Blue C M Y K H S L
Decimal 186 192 136 0.03 0 0.29 0.25 66.43 0.31 0.64
Hex BA C0 88 3 0 1D 19 42 1F 40
Octal 272 300 210 3 0 35 31 102 37 100
Binary 10111010 11000000 10001000 11 0 11101 11001 1000010 11111 1000000

Color Harmonies of #BAC088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAC088

Black with #BAC088

Text Example


Text Example

White with #BAC088

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAC088; }

 p { color: rgb(186,192,136); }

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

background-color css

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

 a { background-color: rgb(186,192,136); }

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

border-color css

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

 span { border-color: rgb(186,192,136); }

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