#B8B97C

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

Shades of Pine Glade #B8B97C

Tints of Pine Glade #B8B97C

Color information

#B8B97C (or 0xB8B97C) is unknown color: approx Pine Glade. HEX triplet: B8, B9 and 7C. RGB value is (184,185,124). Sum of RGB (Red+Green+Blue) = 184+185+124=493 (65% of max value = 765). Red value is 184 (72.27% from 255 or 37.32% from 493); Green value is 185 (72.66% from 255 or 37.53% from 493); Blue value is 124 (48.83% from 255 or 25.15% from 493); Max value from RGB is 185 - color contains mainly: green. Hex color #B8B97C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8B97C is #474683. Grayscale: #B1B1B1. Windows color (decimal): -4671108 or 8174008. OLE color: 8174008.

HSL color Cylindrical-coordinate representation of color #B8B97C: hue angle of 60.98º degrees, saturation: 0.3, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B8B97C is Cyan = 0.01, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.27.

Color convert

RGB184185124-
CMYK0.0100.330.27
HSL60.98º30.35%60.59%-
HSV(B)60.98º32.97%72.55%-
XYZ40.7546.3425.87-
YUV177.7597.67132.46-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 37.32%
GREEN value IS 185 (72.66% from 255) = 37.53%
BLUE value IS 124 (48.83% from 255) = 25.15%
R=37.32%
G=37.53%
B=25.15%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1841851240.0100.330.2760.9830.3560.59
HexB8B97C10211B3d1e3d
Octal270271174104133753675
Binary10111000101110011111100101000011101111110111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8B97C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8B97C; }

 p { color: rgb(184,185,124); }

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

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

 a { background-color: rgb(184,185,124); }

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

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

 span { border-color: rgb(184,185,124); }

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