Html Css Color HEX #B2B486 Pine Glade

📋 copy color: '#B2B486'

red 178 ◦ green 180 ◦ blue 134

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

Shades of Pine Glade #B2B486

Tints of Pine Glade #B2B486

RGB

 RED value IS 178 (69.92% from 255) = 36.18%

 GREEN value IS 180 (70.7% from 255) = 36.59%

 BLUE value IS 134 (52.73% from 255) = 27.24%

R = 36.18%
G = 36.59%
B = 27.24%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.26

 K value IS 0.29

RGB Variations

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

Color information

#B2B486 (or 0xB2B486) is known color: Pine Glade. HEX triplet: B2, B4 and 86. RGB value is (178,180,134). Sum of RGB (Red+Green+Blue) = 178+180+134=492 (65% of max value = 765). Red value is 178 (69.92% from 255 or 36.18% from 492); Green value is 180 (70.70% from 255 or 36.59% from 492); Blue value is 134 (52.73% from 255 or 27.24% from 492); Max value from RGB is 180 - color contains mainly: green. Hex color #B2B486 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2B486 is #4D4B79. Grayscale: #AEAEAE. Windows color (decimal): -5065594 or 8828082. OLE color: 8828082.

HSL color Cylindrical-coordinate representation of color #B2B486: hue angle of 62.61º degrees, saturation: 0.23, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B2B486 is Cyan = 0.01, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.29.

Color convert

RGB 178 180 134 -
CMYK 0.01 0 0.26 0.29
HSL 62.61º 0.23% 0.62% -
HSV(B) 62.61º 0.26% 0.71% -
XYZ 38.98 43.83 28.96 -
YUV 174.16 105.34 130.74 -
System Red Green Blue C M Y K H S L
Decimal 178 180 134 0.01 0 0.26 0.29 62.61 0.23 0.62
Hex B2 B4 86 1 0 1A 1D 3F 17 3E
Octal 262 264 206 1 0 32 35 77 27 76
Binary 10110010 10110100 10000110 1 0 11010 11101 111111 10111 111110

Color Harmonies of #B2B486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2B486

Black with #B2B486

Text Example


Text Example

White with #B2B486

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2B486; }

 p { color: rgb(178,180,134); }

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

background-color css

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

 a { background-color: rgb(178,180,134); }

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

border-color css

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

 span { border-color: rgb(178,180,134); }

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