#B8BF7D

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

Shades of Pine Glade #B8BF7D

Tints of Pine Glade #B8BF7D

Color information

#B8BF7D (or 0xB8BF7D) is unknown color: approx Pine Glade. HEX triplet: B8, BF and 7D. RGB value is (184,191,125). Sum of RGB (Red+Green+Blue) = 184+191+125=500 (66% of max value = 765). Red value is 184 (72.27% from 255 or 36.8% from 500); Green value is 191 (75% from 255 or 38.2% from 500); Blue value is 125 (49.22% from 255 or 25% from 500); Max value from RGB is 191 - color contains mainly: green. Hex color #B8BF7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8BF7D is #474082. Grayscale: #B5B5B5. Windows color (decimal): -4669571 or 8241080. OLE color: 8241080.

HSL color Cylindrical-coordinate representation of color #B8BF7D: 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 #B8BF7D is Cyan = 0.04, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.25.

Color convert

RGB184191125-
CMYK0.0400.350.25
HSL66.36º34.02%61.96%-
HSV(B)66.36º34.55%74.9%-
XYZ42.148.9326.63-
YUV181.3896.18129.87-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 36.8%
GREEN value IS 191 (75% from 255) = 38.2%
BLUE value IS 125 (49.22% from 255) = 25%
R=36.8%
G=38.2%
B=25%

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
Decimal1841911250.0400.350.2566.3634.0261.96
HexB8BF7D40231942223e
Octal2702771754043311024276
Binary101110001011111111111011000100011110011000010100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8BF7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8BF7D; }

 p { color: rgb(184,191,125); }

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

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

 a { background-color: rgb(184,191,125); }

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

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

 span { border-color: rgb(184,191,125); }

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