#B8BF73

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

Shades of Pine Glade #B8BF73

Tints of Pine Glade #B8BF73

Color information

#B8BF73 (or 0xB8BF73) is unknown color: approx Pine Glade. HEX triplet: B8, BF and 73. RGB value is (184,191,115). Sum of RGB (Red+Green+Blue) = 184+191+115=490 (64% of max value = 765). Red value is 184 (72.27% from 255 or 37.55% from 490); Green value is 191 (75% from 255 or 38.98% from 490); Blue value is 115 (45.31% from 255 or 23.47% from 490); Max value from RGB is 191 - color contains mainly: green. Hex color #B8BF73 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8BF73 is #47408C. Grayscale: #B4B4B4. Windows color (decimal): -4669581 or 7585720. OLE color: 7585720.

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

Color convert

RGB184191115-
CMYK0.0400.400.25
HSL65.53º37.25%60%-
HSV(B)65.53º39.79%74.9%-
XYZ41.4948.6923.43-
YUV180.2491.18130.68-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 37.55%
GREEN value IS 191 (75% from 255) = 38.98%
BLUE value IS 115 (45.31% from 255) = 23.47%
R=37.55%
G=38.98%
B=23.47%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1841911150.0400.400.2565.5337.2560
HexB8BF7340281942253c
Octal2702771634050311024574
Binary101110001011111111100111000101000110011000010100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8BF73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8BF73; }

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

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

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

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

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

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

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

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