#B8BA75

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

Shades of Pine Glade #B8BA75

Tints of Pine Glade #B8BA75

Color information

#B8BA75 (or 0xB8BA75) is unknown color: approx Pine Glade. HEX triplet: B8, BA and 75. RGB value is (184,186,117). Sum of RGB (Red+Green+Blue) = 184+186+117=487 (64% of max value = 765). Red value is 184 (72.27% from 255 or 37.78% from 487); Green value is 186 (73.05% from 255 or 38.19% from 487); Blue value is 117 (46.09% from 255 or 24.02% from 487); Max value from RGB is 186 - color contains mainly: green. Hex color #B8BA75 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8BA75 is #47458A. Grayscale: #B1B1B1. Windows color (decimal): -4670859 or 7715512. OLE color: 7715512.

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

Color convert

RGB184186117-
CMYK0.0100.370.27
HSL61.74º33.33%59.41%-
HSV(B)61.74º37.1%72.94%-
XYZ40.5446.5923.69-
YUV177.5493.84132.61-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 37.78%
GREEN value IS 186 (73.05% from 255) = 38.19%
BLUE value IS 117 (46.09% from 255) = 24.02%
R=37.78%
G=38.19%
B=24.02%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1841861170.0100.370.2761.7433.3359.41
HexB8BA7510251B3e213b
Octal270272165104533764173
Binary101110001011101011101011010010111011111110100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8BA75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8BA75; }

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

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

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

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

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

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

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

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