#B8BD7A

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

Shades of Pine Glade #B8BD7A

Tints of Pine Glade #B8BD7A

Color information

#B8BD7A (or 0xB8BD7A) is unknown color: approx Pine Glade. HEX triplet: B8, BD and 7A. RGB value is (184,189,122). Sum of RGB (Red+Green+Blue) = 184+189+122=495 (65% of max value = 765). Red value is 184 (72.27% from 255 or 37.17% from 495); Green value is 189 (74.22% from 255 or 38.18% from 495); Blue value is 122 (48.05% from 255 or 24.65% from 495); Max value from RGB is 189 - color contains mainly: green. Hex color #B8BD7A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8BD7A is #474285. Grayscale: #B4B4B4. Windows color (decimal): -4670086 or 8043960. OLE color: 8043960.

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

Color convert

RGB184189122-
CMYK0.0300.350.26
HSL64.48º33.67%60.98%-
HSV(B)64.48º35.45%74.12%-
XYZ41.4847.9925.49-
YUV179.8795.34130.95-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 37.17%
GREEN value IS 189 (74.22% from 255) = 38.18%
BLUE value IS 122 (48.05% from 255) = 24.65%
R=37.17%
G=38.18%
B=24.65%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1841891220.0300.350.2664.4833.6760.98
HexB8BD7A30231A40223d
Octal2702751723043321004275
Binary10111000101111011111010110100011110101000000100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8BD7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8BD7A; }

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

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

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

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

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

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

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

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