#B8BD8B

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

Shades of Pine Glade #B8BD8B

Tints of Pine Glade #B8BD8B

Color information

#B8BD8B (or 0xB8BD8B) is unknown color: approx Pine Glade. HEX triplet: B8, BD and 8B. RGB value is (184,189,139). Sum of RGB (Red+Green+Blue) = 184+189+139=512 (67% of max value = 765). Red value is 184 (72.27% from 255 or 35.94% from 512); Green value is 189 (74.22% from 255 or 36.91% from 512); Blue value is 139 (54.69% from 255 or 27.15% from 512); Max value from RGB is 189 - color contains mainly: green. Hex color #B8BD8B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8BD8B is #474274. Grayscale: #B5B5B5. Windows color (decimal): -4670069 or 9158072. OLE color: 9158072.

HSL color Cylindrical-coordinate representation of color #B8BD8B: hue angle of 66º degrees, saturation: 0.27, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B8BD8B is Cyan = 0.03, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.26.

Color convert

RGB184189139-
CMYK0.0300.260.26
HSL66º27.47%64.31%-
HSV(B)66º26.46%74.12%-
XYZ42.6248.4531.53-
YUV181.8103.84129.57-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 35.94%
GREEN value IS 189 (74.22% from 255) = 36.91%
BLUE value IS 139 (54.69% from 255) = 27.15%
R=35.94%
G=36.91%
B=27.15%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1841891390.0300.260.266627.4764.31
HexB8BD8B301A1A421b40
Octal27027521330323210233100
Binary10111000101111011000101111011010110101000010110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8BD8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8BD8B; }

 p { color: rgb(184,189,139); }

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

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

 a { background-color: rgb(184,189,139); }

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

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

 span { border-color: rgb(184,189,139); }

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