Html Css Color HEX #B1B880 Pine Glade

📋 copy color: '#B1B880'

red 177 ◦ green 184 ◦ blue 128

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

Shades of Pine Glade #B1B880

Tints of Pine Glade #B1B880

RGB

 RED value IS 177 (69.53% from 255) = 36.2%

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

 BLUE value IS 128 (50.39% from 255) = 26.18%

R = 36.2%
G = 37.63%
B = 26.18%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.30

 K value IS 0.28

RGB Variations

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

Color information

#B1B880 (or 0xB1B880) is known color: Pine Glade. HEX triplet: B1, B8 and 80. RGB value is (177,184,128). Sum of RGB (Red+Green+Blue) = 177+184+128=489 (64% of max value = 765). Red value is 177 (69.53% from 255 or 36.20% from 489); Green value is 184 (72.27% from 255 or 37.63% from 489); Blue value is 128 (50.39% from 255 or 26.18% from 489); Max value from RGB is 184 - color contains mainly: green. Hex color #B1B880 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1B880 is #4E477F. Grayscale: #AFAFAF. Windows color (decimal): -5130112 or 8435889. OLE color: 8435889.

HSL color Cylindrical-coordinate representation of color #B1B880: hue angle of 67.5º degrees, saturation: 0.28, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B1B880 is Cyan = 0.04, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.28.

Color convert

RGB 177 184 128 -
CMYK 0.04 0 0.30 0.28
HSL 67.5º 0.28% 0.61% -
HSV(B) 67.5º 0.3% 0.72% -
XYZ 39.17 45.19 27.08 -
YUV 175.52 101.18 129.05 -
System Red Green Blue C M Y K H S L
Decimal 177 184 128 0.04 0 0.30 0.28 67.5 0.28 0.61
Hex B1 B8 80 4 0 1E 1C 44 1C 3D
Octal 261 270 200 4 0 36 34 104 34 75
Binary 10110001 10111000 10000000 100 0 11110 11100 1000100 11100 111101

Color Harmonies of #B1B880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1B880

Black with #B1B880

Text Example


Text Example

White with #B1B880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1B880; }

 p { color: rgb(177,184,128); }

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

background-color css

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

 a { background-color: rgb(177,184,128); }

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

border-color css

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

 span { border-color: rgb(177,184,128); }

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