#B8BA74

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

Shades of Pine Glade #B8BA74

Tints of Pine Glade #B8BA74

Color information

#B8BA74 (or 0xB8BA74) is unknown color: approx Pine Glade. HEX triplet: B8, BA and 74. RGB value is (184,186,116). Sum of RGB (Red+Green+Blue) = 184+186+116=486 (64% of max value = 765). Red value is 184 (72.27% from 255 or 37.86% from 486); Green value is 186 (73.05% from 255 or 38.27% from 486); Blue value is 116 (45.70% from 255 or 23.87% from 486); Max value from RGB is 186 - color contains mainly: green. Hex color #B8BA74 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8BA74 is #47458B. Grayscale: #B1B1B1. Windows color (decimal): -4670860 or 7649976. OLE color: 7649976.

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

Color convert

RGB184186116-
CMYK0.0100.380.27
HSL61.71º33.65%59.22%-
HSV(B)61.71º37.63%72.94%-
XYZ40.4846.5723.38-
YUV177.4293.34132.69-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 37.86%
GREEN value IS 186 (73.05% from 255) = 38.27%
BLUE value IS 116 (45.70% from 255) = 23.87%
R=37.86%
G=38.27%
B=23.87%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1841861160.0100.380.2761.7133.6559.22
HexB8BA7410261B3e223b
Octal270272164104633764273
Binary101110001011101011101001010011011011111110100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8BA74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8BA74; }

 p { color: rgb(184,186,116); }

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

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

 a { background-color: rgb(184,186,116); }

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

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

 span { border-color: rgb(184,186,116); }

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