#B1B67D

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

Shades of Pine Glade #B1B67D

Tints of Pine Glade #B1B67D

Color information

#B1B67D (or 0xB1B67D) is unknown color: approx Pine Glade. HEX triplet: B1, B6 and 7D. RGB value is (177,182,125). Sum of RGB (Red+Green+Blue) = 177+182+125=484 (64% of max value = 765). Red value is 177 (69.53% from 255 or 36.57% from 484); Green value is 182 (71.48% from 255 or 37.60% from 484); Blue value is 125 (49.22% from 255 or 25.83% from 484); Max value from RGB is 182 - color contains mainly: green. Hex color #B1B67D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1B67D is #4E4982. Grayscale: #AEAEAE. Windows color (decimal): -5130627 or 8238769. OLE color: 8238769.

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

Color convert

RGB177182125-
CMYK0.0300.310.29
HSL65.26º28.08%60.2%-
HSV(B)65.26º31.32%71.37%-
XYZ38.5644.2825.92-
YUV174.01100.34130.13-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 36.57%
GREEN value IS 182 (71.48% from 255) = 37.60%
BLUE value IS 125 (49.22% from 255) = 25.83%
R=36.57%
G=37.60%
B=25.83%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1771821250.0300.310.2965.2628.0860.2
HexB1B67D301F1D411c3c
Octal2612661753037351013474
Binary101100011011011011111011101111111101100000111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1B67D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1B67D; }

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

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

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

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

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

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

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

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