#B8BF71

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

Shades of Pine Glade #B8BF71

Tints of Pine Glade #B8BF71

Color information

#B8BF71 (or 0xB8BF71) is unknown color: approx Pine Glade. HEX triplet: B8, BF and 71. RGB value is (184,191,113). Sum of RGB (Red+Green+Blue) = 184+191+113=488 (64% of max value = 765). Red value is 184 (72.27% from 255 or 37.70% from 488); Green value is 191 (75% from 255 or 39.14% from 488); Blue value is 113 (44.53% from 255 or 23.16% from 488); Max value from RGB is 191 - color contains mainly: green. Hex color #B8BF71 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8BF71 is #47408E. Grayscale: #B4B4B4. Windows color (decimal): -4669583 or 7454648. OLE color: 7454648.

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

Color convert

RGB184191113-
CMYK0.0400.410.25
HSL65.38º37.86%59.61%-
HSV(B)65.38º40.84%74.9%-
XYZ41.3848.6422.83-
YUV180.0290.18130.84-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 37.70%
GREEN value IS 191 (75% from 255) = 39.14%
BLUE value IS 113 (44.53% from 255) = 23.16%
R=37.70%
G=39.14%
B=23.16%

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
Decimal1841911130.0400.410.2565.3837.8659.61
HexB8BF7140291941263c
Octal2702771614051311014674
Binary101110001011111111100011000101001110011000001100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8BF71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8BF71; }

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

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

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

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

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

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

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

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