Html Css Color HEX #B1B281 Pine Glade

📋 copy color: '#B1B281'

red 177 ◦ green 178 ◦ blue 129

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

Shades of Pine Glade #B1B281

Tints of Pine Glade #B1B281

RGB

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

 GREEN value IS 178 (69.92% from 255) = 36.78%

 BLUE value IS 129 (50.78% from 255) = 26.65%

R = 36.57%
G = 36.78%
B = 26.65%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.28

 K value IS 0.30

RGB Variations

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

Color information

#B1B281 (or 0xB1B281) is known color: Pine Glade. HEX triplet: B1, B2 and 81. RGB value is (177,178,129). Sum of RGB (Red+Green+Blue) = 177+178+129=484 (64% of max value = 765). Red value is 177 (69.53% from 255 or 36.57% from 484); Green value is 178 (69.92% from 255 or 36.78% from 484); Blue value is 129 (50.78% from 255 or 26.65% from 484); Max value from RGB is 178 - color contains mainly: green. Hex color #B1B281 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1B281 is #4E4D7E. Grayscale: #ACACAC. Windows color (decimal): -5131647 or 8499889. OLE color: 8499889.

HSL color Cylindrical-coordinate representation of color #B1B281: hue angle of 61.22º degrees, saturation: 0.24, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B1B281 is Cyan = 0.01, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.30.

Color convert

RGB 177 178 129 -
CMYK 0.01 0 0.28 0.30
HSL 61.22º 0.24% 0.6% -
HSV(B) 61.22º 0.28% 0.7% -
XYZ 38.01 42.77 27.02 -
YUV 172.12 103.67 131.48 -
System Red Green Blue C M Y K H S L
Decimal 177 178 129 0.01 0 0.28 0.30 61.22 0.24 0.6
Hex B1 B2 81 1 0 1C 1E 3D 18 3C
Octal 261 262 201 1 0 34 36 75 30 74
Binary 10110001 10110010 10000001 1 0 11100 11110 111101 11000 111100

Color Harmonies of #B1B281

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1B281

Black with #B1B281

Text Example


Text Example

White with #B1B281

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1B281; }

 p { color: rgb(177,178,129); }

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

background-color css

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

 a { background-color: rgb(177,178,129); }

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

border-color css

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

 span { border-color: rgb(177,178,129); }

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