Html Css Color HEX #BAC585 Pine Glade

📋 copy color: '#BAC585'

red 186 ◦ green 197 ◦ blue 133

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

Shades of Pine Glade #BAC585

Tints of Pine Glade #BAC585

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 25.78%

R = 36.05%
G = 38.18%
B = 25.78%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.32

 K value IS 0.23

RGB Variations

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

Color information

#BAC585 (or 0xBAC585) is known color: Pine Glade. HEX triplet: BA, C5 and 85. RGB value is (186,197,133). Sum of RGB (Red+Green+Blue) = 186+197+133=516 (68% of max value = 765). Red value is 186 (73.05% from 255 or 36.05% from 516); Green value is 197 (77.34% from 255 or 38.18% from 516); Blue value is 133 (52.34% from 255 or 25.78% from 516); Max value from RGB is 197 - color contains mainly: green. Hex color #BAC585 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAC585 is #453A7A. Grayscale: #BABABA. Windows color (decimal): -4536955 or 8766906. OLE color: 8766906.

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

Color convert

RGB 186 197 133 -
CMYK 0.06 0 0.32 0.23
HSL 70.31º 0.36% 0.65% -
HSV(B) 70.31º 0.32% 0.77% -
XYZ 44.45 52.07 29.9 -
YUV 186.42 97.86 127.7 -
System Red Green Blue C M Y K H S L
Decimal 186 197 133 0.06 0 0.32 0.23 70.31 0.36 0.65
Hex BA C5 85 6 0 20 17 46 24 41
Octal 272 305 205 6 0 40 27 106 44 101
Binary 10111010 11000101 10000101 110 0 100000 10111 1000110 100100 1000001

Color Harmonies of #BAC585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAC585

Black with #BAC585

Text Example


Text Example

White with #BAC585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAC585; }

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

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

background-color css

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

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

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

border-color css

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

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

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