#B1B27F

Color #B1B27F Pine Glade (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pine Glade #B1B27F

Tints of Pine Glade #B1B27F

Color information

#B1B27F (or 0xB1B27F) is unknown color: approx Pine Glade. HEX triplet: B1, B2 and 7F. RGB value is (177,178,127). Sum of RGB (Red+Green+Blue) = 177+178+127=482 (63% of max value = 765). Red value is 177 (69.53% from 255 or 36.72% from 482); Green value is 178 (69.92% from 255 or 36.93% from 482); Blue value is 127 (50% from 255 or 26.35% from 482); Max value from RGB is 178 - color contains mainly: green. Hex color #B1B27F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1B27F is #4E4D80. Grayscale: #ACACAC. Windows color (decimal): -5131649 or 8368817. OLE color: 8368817.

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

Color convert

RGB177178127-
CMYK0.0100.290.30
HSL61.18º24.88%59.8%-
HSV(B)61.18º28.65%69.8%-
XYZ37.8842.7226.33-
YUV171.89102.67131.65-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 36.72%
GREEN value IS 178 (69.92% from 255) = 36.93%
BLUE value IS 127 (50% from 255) = 26.35%
R=36.72%
G=36.93%
B=26.35%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1771781270.0100.290.3061.1824.8859.8
HexB1B27F101D1E3d193c
Octal261262177103536753174
Binary1011000110110010111111110111011111011110111001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1B27F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1B27F; }

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

 H1.HeaderClassName
 {
   color: #B1B27F;
 }
 .AnyTagClassName
 {
   color: #B1B27F;
 }
</style>
background-color css

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

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

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

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

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

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