#B7BE7F

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

Shades of Pine Glade #B7BE7F

Tints of Pine Glade #B7BE7F

Color information

#B7BE7F (or 0xB7BE7F) is unknown color: approx Pine Glade. HEX triplet: B7, BE and 7F. RGB value is (183,190,127). Sum of RGB (Red+Green+Blue) = 183+190+127=500 (66% of max value = 765). Red value is 183 (71.88% from 255 or 36.6% from 500); Green value is 190 (74.61% from 255 or 38% from 500); Blue value is 127 (50% from 255 or 25.4% from 500); Max value from RGB is 190 - color contains mainly: green. Hex color #B7BE7F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B7BE7F is #484180. Grayscale: #B4B4B4. Windows color (decimal): -4735361 or 8371895. OLE color: 8371895.

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

Color convert

RGB183190127-
CMYK0.0400.330.25
HSL66.67º32.64%62.16%-
HSV(B)66.67º33.16%74.51%-
XYZ41.7748.4327.22-
YUV180.7297.68129.62-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 36.6%
GREEN value IS 190 (74.61% from 255) = 38%
BLUE value IS 127 (50% from 255) = 25.4%
R=36.6%
G=38%
B=25.4%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1831901270.0400.330.2566.6732.6462.16
HexB7BE7F40211943213e
Octal2672761774041311034176
Binary101101111011111011111111000100001110011000011100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7BE7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7BE7F; }

 p { color: rgb(183,190,127); }

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

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

 a { background-color: rgb(183,190,127); }

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

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

 span { border-color: rgb(183,190,127); }

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