#B8BF8A

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

Shades of Pine Glade #B8BF8A

Tints of Pine Glade #B8BF8A

Color information

#B8BF8A (or 0xB8BF8A) is unknown color: approx Pine Glade. HEX triplet: B8, BF and 8A. RGB value is (184,191,138). Sum of RGB (Red+Green+Blue) = 184+191+138=513 (67% of max value = 765). Red value is 184 (72.27% from 255 or 35.87% from 513); Green value is 191 (75% from 255 or 37.23% from 513); Blue value is 138 (54.30% from 255 or 26.90% from 513); Max value from RGB is 191 - color contains mainly: green. Hex color #B8BF8A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8BF8A is #474075. Grayscale: #B7B7B7. Windows color (decimal): -4669558 or 9093048. OLE color: 9093048.

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

Color convert

RGB184191138-
CMYK0.0400.280.25
HSL67.92º29.28%64.51%-
HSV(B)67.92º27.75%74.9%-
XYZ42.9949.2931.29-
YUV182.86102.68128.81-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 35.87%
GREEN value IS 191 (75% from 255) = 37.23%
BLUE value IS 138 (54.30% from 255) = 26.90%
R=35.87%
G=37.23%
B=26.90%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1841911380.0400.280.2567.9229.2864.51
HexB8BF8A401C19441d41
Octal27027721240343110435101
Binary101110001011111110001010100011100110011000100111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8BF8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8BF8A; }

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

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

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

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

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

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

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

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