#B0B872

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

Shades of Pine Glade #B0B872

Tints of Pine Glade #B0B872

Color information

#B0B872 (or 0xB0B872) is unknown color: approx Pine Glade. HEX triplet: B0, B8 and 72. RGB value is (176,184,114). Sum of RGB (Red+Green+Blue) = 176+184+114=474 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.13% from 474); Green value is 184 (72.27% from 255 or 38.82% from 474); Blue value is 114 (44.92% from 255 or 24.05% from 474); Max value from RGB is 184 - color contains mainly: green. Hex color #B0B872 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0B872 is #4F478D. Grayscale: #ADADAD. Windows color (decimal): -5195662 or 7518384. OLE color: 7518384.

HSL color Cylindrical-coordinate representation of color #B0B872: hue angle of 66.86º degrees, saturation: 0.33, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B0B872 is Cyan = 0.04, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.28.

Color convert

RGB176184114-
CMYK0.0400.380.28
HSL66.86º33.02%58.43%-
HSV(B)66.86º38.04%72.16%-
XYZ38.0844.7322.55-
YUV173.6394.35129.69-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 37.13%
GREEN value IS 184 (72.27% from 255) = 38.82%
BLUE value IS 114 (44.92% from 255) = 24.05%
R=37.13%
G=38.82%
B=24.05%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1761841140.0400.380.2866.8633.0258.43
HexB0B87240261C43213a
Octal2602701624046341034172
Binary101100001011100011100101000100110111001000011100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0B872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0B872; }

 p { color: rgb(176,184,114); }

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

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

 a { background-color: rgb(176,184,114); }

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

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

 span { border-color: rgb(176,184,114); }

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