#B7BE85

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

Shades of Pine Glade #B7BE85

Tints of Pine Glade #B7BE85

Color information

#B7BE85 (or 0xB7BE85) is unknown color: approx Pine Glade. HEX triplet: B7, BE and 85. RGB value is (183,190,133). Sum of RGB (Red+Green+Blue) = 183+190+133=506 (67% of max value = 765). Red value is 183 (71.88% from 255 or 36.17% from 506); Green value is 190 (74.61% from 255 or 37.55% from 506); Blue value is 133 (52.34% from 255 or 26.28% from 506); Max value from RGB is 190 - color contains mainly: green. Hex color #B7BE85 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B7BE85 is #48417A. Grayscale: #B5B5B5. Windows color (decimal): -4735355 or 8765111. OLE color: 8765111.

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

Color convert

RGB183190133-
CMYK0.0400.30.25
HSL67.37º30.48%63.33%-
HSV(B)67.37º30%74.51%-
XYZ42.1848.5929.35-
YUV181.41100.68129.13-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 36.17%
GREEN value IS 190 (74.61% from 255) = 37.55%
BLUE value IS 133 (52.34% from 255) = 26.28%
R=36.17%
G=37.55%
B=26.28%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.3
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1831901330.0400.30.2567.3730.4863.33
HexB7BE85401E19431e3f
Octal2672762054036311033677
Binary10110111101111101000010110001111011001100001111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7BE85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7BE85; }

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

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

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

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

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

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

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

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