#B7BE76

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

Shades of Pine Glade #B7BE76

Tints of Pine Glade #B7BE76

Color information

#B7BE76 (or 0xB7BE76) is unknown color: approx Pine Glade. HEX triplet: B7, BE and 76. RGB value is (183,190,118). Sum of RGB (Red+Green+Blue) = 183+190+118=491 (65% of max value = 765). Red value is 183 (71.88% from 255 or 37.27% from 491); Green value is 190 (74.61% from 255 or 38.70% from 491); Blue value is 118 (46.48% from 255 or 24.03% from 491); Max value from RGB is 190 - color contains mainly: green. Hex color #B7BE76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B7BE76 is #484189. Grayscale: #B3B3B3. Windows color (decimal): -4735370 or 7782071. OLE color: 7782071.

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

Color convert

RGB183190118-
CMYK0.0400.380.25
HSL65.83º35.64%60.39%-
HSV(B)65.83º37.89%74.51%-
XYZ41.2148.224.27-
YUV179.793.18130.35-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 37.27%
GREEN value IS 190 (74.61% from 255) = 38.70%
BLUE value IS 118 (46.48% from 255) = 24.03%
R=37.27%
G=38.70%
B=24.03%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1831901180.0400.380.2565.8335.6460.39
HexB7BE7640261942243c
Octal2672761664046311024474
Binary101101111011111011101101000100110110011000010100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7BE76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7BE76; }

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

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

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

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

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

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

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

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