Html Css Color HEX #B1B87F Pine Glade

📋 copy color: '#B1B87F'

red 177 ◦ green 184 ◦ blue 127

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

Shades of Pine Glade #B1B87F

Tints of Pine Glade #B1B87F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 26.02%

R = 36.27%
G = 37.7%
B = 26.02%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.31

 K value IS 0.28

RGB Variations

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

Color information

#B1B87F (or 0xB1B87F) is known color: Pine Glade. HEX triplet: B1, B8 and 7F. RGB value is (177,184,127). Sum of RGB (Red+Green+Blue) = 177+184+127=488 (64% of max value = 765). Red value is 177 (69.53% from 255 or 36.27% from 488); Green value is 184 (72.27% from 255 or 37.70% from 488); Blue value is 127 (50% from 255 or 26.02% from 488); Max value from RGB is 184 - color contains mainly: green. Hex color #B1B87F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1B87F is #4E4780. Grayscale: #AFAFAF. Windows color (decimal): -5130113 or 8370353. OLE color: 8370353.

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

Color convert

RGB 177 184 127 -
CMYK 0.04 0 0.31 0.28
HSL 67.37º 0.29% 0.61% -
HSV(B) 67.37º 0.31% 0.72% -
XYZ 39.1 45.16 26.73 -
YUV 175.41 100.68 129.13 -
System Red Green Blue C M Y K H S L
Decimal 177 184 127 0.04 0 0.31 0.28 67.37 0.29 0.61
Hex B1 B8 7F 4 0 1F 1C 43 1D 3D
Octal 261 270 177 4 0 37 34 103 35 75
Binary 10110001 10111000 1111111 100 0 11111 11100 1000011 11101 111101

Color Harmonies of #B1B87F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1B87F

Black with #B1B87F

Text Example


Text Example

White with #B1B87F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1B87F; }

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

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

background-color css

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

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

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

border-color css

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

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

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