Html Css Color HEX #B2B883 Pine Glade

📋 copy color: '#B2B883'

red 178 ◦ green 184 ◦ blue 131

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

Shades of Pine Glade #B2B883

Tints of Pine Glade #B2B883

RGB

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

 GREEN value IS 184 (72.27% from 255) = 37.32%

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

R = 36.11%
G = 37.32%
B = 26.57%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.29

 K value IS 0.28

RGB Variations

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

Color information

#B2B883 (or 0xB2B883) is known color: Pine Glade. HEX triplet: B2, B8 and 83. RGB value is (178,184,131). Sum of RGB (Red+Green+Blue) = 178+184+131=493 (65% of max value = 765). Red value is 178 (69.92% from 255 or 36.11% from 493); Green value is 184 (72.27% from 255 or 37.32% from 493); Blue value is 131 (51.56% from 255 or 26.57% from 493); Max value from RGB is 184 - color contains mainly: green. Hex color #B2B883 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2B883 is #4D477C. Grayscale: #B0B0B0. Windows color (decimal): -5064573 or 8632498. OLE color: 8632498.

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

Color convert

RGB 178 184 131 -
CMYK 0.03 0 0.29 0.28
HSL 66.79º 0.27% 0.62% -
HSV(B) 66.79º 0.29% 0.72% -
XYZ 39.6 45.38 28.15 -
YUV 176.16 102.51 129.31 -
System Red Green Blue C M Y K H S L
Decimal 178 184 131 0.03 0 0.29 0.28 66.79 0.27 0.62
Hex B2 B8 83 3 0 1D 1C 43 1B 3E
Octal 262 270 203 3 0 35 34 103 33 76
Binary 10110010 10111000 10000011 11 0 11101 11100 1000011 11011 111110

Color Harmonies of #B2B883

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2B883

Black with #B2B883

Text Example


Text Example

White with #B2B883

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2B883; }

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

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

background-color css

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

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

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

border-color css

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

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

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