#B8BF70

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

Shades of Pine Glade #B8BF70

Tints of Pine Glade #B8BF70

Color information

#B8BF70 (or 0xB8BF70) is unknown color: approx Pine Glade. HEX triplet: B8, BF and 70. RGB value is (184,191,112). Sum of RGB (Red+Green+Blue) = 184+191+112=487 (64% of max value = 765). Red value is 184 (72.27% from 255 or 37.78% from 487); Green value is 191 (75% from 255 or 39.22% from 487); Blue value is 112 (44.14% from 255 or 23.00% from 487); Max value from RGB is 191 - color contains mainly: green. Hex color #B8BF70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8BF70 is #47408F. Grayscale: #B4B4B4. Windows color (decimal): -4669584 or 7389112. OLE color: 7389112.

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

Color convert

RGB184191112-
CMYK0.0400.410.25
HSL65.32º38.16%59.41%-
HSV(B)65.32º41.36%74.9%-
XYZ41.3248.6222.54-
YUV179.989.68130.92-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 37.78%
GREEN value IS 191 (75% from 255) = 39.22%
BLUE value IS 112 (44.14% from 255) = 23.00%
R=37.78%
G=39.22%
B=23.00%

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
Decimal1841911120.0400.410.2565.3238.1659.41
HexB8BF7040291941263b
Octal2702771604051311014673
Binary101110001011111111100001000101001110011000001100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8BF70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8BF70; }

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

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

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

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

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

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

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

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