#B4BA75

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

Shades of Pine Glade #B4BA75

Tints of Pine Glade #B4BA75

Color information

#B4BA75 (or 0xB4BA75) is unknown color: approx Pine Glade. HEX triplet: B4, BA and 75. RGB value is (180,186,117). Sum of RGB (Red+Green+Blue) = 180+186+117=483 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.27% from 483); Green value is 186 (73.05% from 255 or 38.51% from 483); Blue value is 117 (46.09% from 255 or 24.22% from 483); Max value from RGB is 186 - color contains mainly: green. Hex color #B4BA75 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4BA75 is #4B458A. Grayscale: #B0B0B0. Windows color (decimal): -4933003 or 7715508. OLE color: 7715508.

HSL color Cylindrical-coordinate representation of color #B4BA75: hue angle of 65.22º 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 #B4BA75 is Cyan = 0.03, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.27.

Color convert

RGB180186117-
CMYK0.0300.370.27
HSL65.22º33.33%59.41%-
HSV(B)65.22º37.1%72.94%-
XYZ39.5946.1123.64-
YUV176.3494.51130.61-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 37.27%
GREEN value IS 186 (73.05% from 255) = 38.51%
BLUE value IS 117 (46.09% from 255) = 24.22%
R=37.27%
G=38.51%
B=24.22%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1801861170.0300.370.2765.2233.3359.41
HexB4BA7530251B41213b
Octal2642721653045331014173
Binary10110100101110101110101110100101110111000001100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4BA75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4BA75; }

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

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

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

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

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

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

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

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