Html Css Color HEX #B6BC87 Pine Glade

📋 copy color: '#B6BC87'

red 182 ◦ green 188 ◦ blue 135

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

Shades of Pine Glade #B6BC87

Tints of Pine Glade #B6BC87

RGB

 RED value IS 182 (71.48% from 255) = 36.04%

 GREEN value IS 188 (73.83% from 255) = 37.23%

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

R = 36.04%
G = 37.23%
B = 26.73%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.28

 K value IS 0.26

RGB Variations

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

Color information

#B6BC87 (or 0xB6BC87) is known color: Pine Glade. HEX triplet: B6, BC and 87. RGB value is (182,188,135). Sum of RGB (Red+Green+Blue) = 182+188+135=505 (66% of max value = 765). Red value is 182 (71.48% from 255 or 36.04% from 505); Green value is 188 (73.83% from 255 or 37.23% from 505); Blue value is 135 (53.12% from 255 or 26.73% from 505); Max value from RGB is 188 - color contains mainly: green. Hex color #B6BC87 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6BC87 is #494378. Grayscale: #B4B4B4. Windows color (decimal): -4801401 or 8895670. OLE color: 8895670.

HSL color Cylindrical-coordinate representation of color #B6BC87: hue angle of 66.79º degrees, saturation: 0.28, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B6BC87 is Cyan = 0.03, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.26.

Color convert

RGB 182 188 135 -
CMYK 0.03 0 0.28 0.26
HSL 66.79º 0.28% 0.63% -
HSV(B) 66.79º 0.28% 0.74% -
XYZ 41.65 47.66 29.93 -
YUV 180.16 102.51 129.31 -
System Red Green Blue C M Y K H S L
Decimal 182 188 135 0.03 0 0.28 0.26 66.79 0.28 0.63
Hex B6 BC 87 3 0 1C 1A 43 1C 3F
Octal 266 274 207 3 0 34 32 103 34 77
Binary 10110110 10111100 10000111 11 0 11100 11010 1000011 11100 111111

Color Harmonies of #B6BC87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6BC87

Black with #B6BC87

Text Example


Text Example

White with #B6BC87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6BC87; }

 p { color: rgb(182,188,135); }

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

background-color css

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

 a { background-color: rgb(182,188,135); }

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

border-color css

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

 span { border-color: rgb(182,188,135); }

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