Html Css Color HEX #B1B876 Pine Glade

📋 copy color: '#B1B876'

red 177 ◦ green 184 ◦ blue 118

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

Shades of Pine Glade #B1B876

Tints of Pine Glade #B1B876

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 24.63%

R = 36.95%
G = 38.41%
B = 24.63%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.36

 K value IS 0.28

RGB Variations

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

Color information

#B1B876 (or 0xB1B876) is known color: Pine Glade. HEX triplet: B1, B8 and 76. RGB value is (177,184,118). Sum of RGB (Red+Green+Blue) = 177+184+118=479 (63% of max value = 765). Red value is 177 (69.53% from 255 or 36.95% from 479); Green value is 184 (72.27% from 255 or 38.41% from 479); Blue value is 118 (46.48% from 255 or 24.63% from 479); Max value from RGB is 184 - color contains mainly: green. Hex color #B1B876 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1B876 is #4E4789. Grayscale: #AEAEAE. Windows color (decimal): -5130122 or 7780529. OLE color: 7780529.

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

Color convert

RGB 177 184 118 -
CMYK 0.04 0 0.36 0.28
HSL 66.36º 0.32% 0.59% -
HSV(B) 66.36º 0.36% 0.72% -
XYZ 38.54 44.94 23.78 -
YUV 174.38 96.18 129.87 -
System Red Green Blue C M Y K H S L
Decimal 177 184 118 0.04 0 0.36 0.28 66.36 0.32 0.59
Hex B1 B8 76 4 0 24 1C 42 20 3B
Octal 261 270 166 4 0 44 34 102 40 73
Binary 10110001 10111000 1110110 100 0 100100 11100 1000010 100000 111011

Color Harmonies of #B1B876

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1B876

Black with #B1B876

Text Example


Text Example

White with #B1B876

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1B876; }

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

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

background-color css

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

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

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

border-color css

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

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

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