#B7BE70

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

Shades of Pine Glade #B7BE70

Tints of Pine Glade #B7BE70

Color information

#B7BE70 (or 0xB7BE70) is unknown color: approx Pine Glade. HEX triplet: B7, BE and 70. RGB value is (183,190,112). Sum of RGB (Red+Green+Blue) = 183+190+112=485 (64% of max value = 765). Red value is 183 (71.88% from 255 or 37.73% from 485); Green value is 190 (74.61% from 255 or 39.18% from 485); Blue value is 112 (44.14% from 255 or 23.09% from 485); Max value from RGB is 190 - color contains mainly: green. Hex color #B7BE70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B7BE70 is #48418F. Grayscale: #B3B3B3. Windows color (decimal): -4735376 or 7388855. OLE color: 7388855.

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

Color convert

RGB183190112-
CMYK0.0400.410.25
HSL65.38º37.5%59.22%-
HSV(B)65.38º41.05%74.51%-
XYZ40.8748.0622.45-
YUV179.0290.18130.84-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 37.73%
GREEN value IS 190 (74.61% from 255) = 39.18%
BLUE value IS 112 (44.14% from 255) = 23.09%
R=37.73%
G=39.18%
B=23.09%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1831901120.0400.410.2565.3837.559.22
HexB7BE7040291941263b
Octal2672761604051311014673
Binary101101111011111011100001000101001110011000001100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7BE70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7BE70; }

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

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

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

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

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

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

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

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