#B1B688

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

Shades of Pine Glade #B1B688

Tints of Pine Glade #B1B688

Color information

#B1B688 (or 0xB1B688) is unknown color: approx Pine Glade. HEX triplet: B1, B6 and 88. RGB value is (177,182,136). Sum of RGB (Red+Green+Blue) = 177+182+136=495 (65% of max value = 765). Red value is 177 (69.53% from 255 or 35.76% from 495); Green value is 182 (71.48% from 255 or 36.77% from 495); Blue value is 136 (53.52% from 255 or 27.47% from 495); Max value from RGB is 182 - color contains mainly: green. Hex color #B1B688 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1B688 is #4E4977. Grayscale: #AFAFAF. Windows color (decimal): -5130616 or 8959665. OLE color: 8959665.

HSL color Cylindrical-coordinate representation of color #B1B688: hue angle of 66.52º degrees, saturation: 0.24, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B1B688 is Cyan = 0.03, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.29.

Color convert

RGB177182136-
CMYK0.0300.250.29
HSL66.52º23.96%62.35%-
HSV(B)66.52º25.27%71.37%-
XYZ39.344.5829.83-
YUV175.26105.84129.24-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 35.76%
GREEN value IS 182 (71.48% from 255) = 36.77%
BLUE value IS 136 (53.52% from 255) = 27.47%
R=35.76%
G=36.77%
B=27.47%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1771821360.0300.250.2966.5223.9662.35
HexB1B68830191D43183e
Octal2612662103031351033076
Binary1011000110110110100010001101100111101100001111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1B688

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1B688; }

 p { color: rgb(177,182,136); }

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

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

 a { background-color: rgb(177,182,136); }

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

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

 span { border-color: rgb(177,182,136); }

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