#B3B88A

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

Shades of Pine Glade #B3B88A

Tints of Pine Glade #B3B88A

Color information

#B3B88A (or 0xB3B88A) is unknown color: approx Pine Glade. HEX triplet: B3, B8 and 8A. RGB value is (179,184,138). Sum of RGB (Red+Green+Blue) = 179+184+138=501 (66% of max value = 765). Red value is 179 (70.31% from 255 or 35.73% from 501); Green value is 184 (72.27% from 255 or 36.73% from 501); Blue value is 138 (54.30% from 255 or 27.54% from 501); Max value from RGB is 184 - color contains mainly: green. Hex color #B3B88A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B3B88A is #4C4775. Grayscale: #B1B1B1. Windows color (decimal): -4999030 or 9091251. OLE color: 9091251.

HSL color Cylindrical-coordinate representation of color #B3B88A: hue angle of 66.52º degrees, saturation: 0.24, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B3B88A is Cyan = 0.03, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.28.

Color convert

RGB179184138-
CMYK0.0300.250.28
HSL66.52º24.47%63.14%-
HSV(B)66.52º25%72.16%-
XYZ40.3245.730.74-
YUV177.26105.84129.24-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 35.73%
GREEN value IS 184 (72.27% from 255) = 36.73%
BLUE value IS 138 (54.30% from 255) = 27.54%
R=35.73%
G=36.73%
B=27.54%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1791841380.0300.250.2866.5224.4763.14
HexB3B88A30191C43183f
Octal2632702123031341033077
Binary1011001110111000100010101101100111100100001111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3B88A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3B88A; }

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

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

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

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

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

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

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

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