#B7BE7C

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

Shades of Pine Glade #B7BE7C

Tints of Pine Glade #B7BE7C

Color information

#B7BE7C (or 0xB7BE7C) is unknown color: approx Pine Glade. HEX triplet: B7, BE and 7C. RGB value is (183,190,124). Sum of RGB (Red+Green+Blue) = 183+190+124=497 (65% of max value = 765). Red value is 183 (71.88% from 255 or 36.82% from 497); Green value is 190 (74.61% from 255 or 38.23% from 497); Blue value is 124 (48.83% from 255 or 24.95% from 497); Max value from RGB is 190 - color contains mainly: green. Hex color #B7BE7C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B7BE7C is #484183. Grayscale: #B4B4B4. Windows color (decimal): -4735364 or 8175287. OLE color: 8175287.

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

Color convert

RGB183190124-
CMYK0.0400.350.25
HSL66.36º33.67%61.57%-
HSV(B)66.36º34.74%74.51%-
XYZ41.5848.3526.21-
YUV180.3896.18129.87-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 36.82%
GREEN value IS 190 (74.61% from 255) = 38.23%
BLUE value IS 124 (48.83% from 255) = 24.95%
R=36.82%
G=38.23%
B=24.95%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1831901240.0400.350.2566.3633.6761.57
HexB7BE7C40231942223e
Octal2672761744043311024276
Binary101101111011111011111001000100011110011000010100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7BE7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7BE7C; }

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

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

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

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

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

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

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

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