#B6BF7E

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

Shades of Pine Glade #B6BF7E

Tints of Pine Glade #B6BF7E

Color information

#B6BF7E (or 0xB6BF7E) is unknown color: approx Pine Glade. HEX triplet: B6, BF and 7E. RGB value is (182,191,126). Sum of RGB (Red+Green+Blue) = 182+191+126=499 (66% of max value = 765). Red value is 182 (71.48% from 255 or 36.47% from 499); Green value is 191 (75% from 255 or 38.28% from 499); Blue value is 126 (49.61% from 255 or 25.25% from 499); Max value from RGB is 191 - color contains mainly: green. Hex color #B6BF7E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B6BF7E is #494081. Grayscale: #B5B5B5. Windows color (decimal): -4800642 or 8306614. OLE color: 8306614.

HSL color Cylindrical-coordinate representation of color #B6BF7E: hue angle of 68.31º degrees, saturation: 0.34, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B6BF7E is Cyan = 0.05, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.25.

Color convert

RGB182191126-
CMYK0.0500.340.25
HSL68.31º33.68%62.16%-
HSV(B)68.31º34.03%74.9%-
XYZ41.6948.7126.94-
YUV180.997.02128.79-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 36.47%
GREEN value IS 191 (75% from 255) = 38.28%
BLUE value IS 126 (49.61% from 255) = 25.25%
R=36.47%
G=38.28%
B=25.25%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1821911260.0500.340.2568.3133.6862.16
HexB6BF7E50221944223e
Octal2662771765042311044276
Binary101101101011111111111101010100010110011000100100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6BF7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6BF7E; }

 p { color: rgb(182,191,126); }

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

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

 a { background-color: rgb(182,191,126); }

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

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

 span { border-color: rgb(182,191,126); }

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