Html Css Color HEX #B2B983 Pine Glade

📋 copy color: '#B2B983'

red 178 ◦ green 185 ◦ blue 131

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

Shades of Pine Glade #B2B983

Tints of Pine Glade #B2B983

RGB

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

 GREEN value IS 185 (72.66% from 255) = 37.45%

 BLUE value IS 131 (51.56% from 255) = 26.52%

R = 36.03%
G = 37.45%
B = 26.52%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.29

 K value IS 0.27

RGB Variations

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

Color information

#B2B983 (or 0xB2B983) is known color: Pine Glade. HEX triplet: B2, B9 and 83. RGB value is (178,185,131). Sum of RGB (Red+Green+Blue) = 178+185+131=494 (65% of max value = 765). Red value is 178 (69.92% from 255 or 36.03% from 494); Green value is 185 (72.66% from 255 or 37.45% from 494); Blue value is 131 (51.56% from 255 or 26.52% from 494); Max value from RGB is 185 - color contains mainly: green. Hex color #B2B983 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2B983 is #4D467C. Grayscale: #B0B0B0. Windows color (decimal): -5064317 or 8632754. OLE color: 8632754.

HSL color Cylindrical-coordinate representation of color #B2B983: hue angle of 67.78º degrees, saturation: 0.28, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B2B983 is Cyan = 0.04, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.27.

Color convert

RGB 178 185 131 -
CMYK 0.04 0 0.29 0.27
HSL 67.78º 0.28% 0.62% -
HSV(B) 67.78º 0.29% 0.73% -
XYZ 39.81 45.8 28.22 -
YUV 176.75 102.18 128.89 -
System Red Green Blue C M Y K H S L
Decimal 178 185 131 0.04 0 0.29 0.27 67.78 0.28 0.62
Hex B2 B9 83 4 0 1D 1B 44 1C 3E
Octal 262 271 203 4 0 35 33 104 34 76
Binary 10110010 10111001 10000011 100 0 11101 11011 1000100 11100 111110

Color Harmonies of #B2B983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2B983

Black with #B2B983

Text Example


Text Example

White with #B2B983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2B983; }

 p { color: rgb(178,185,131); }

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

background-color css

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

 a { background-color: rgb(178,185,131); }

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

border-color css

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

 span { border-color: rgb(178,185,131); }

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