#B4B98A

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

Shades of Pine Glade #B4B98A

Tints of Pine Glade #B4B98A

Color information

#B4B98A (or 0xB4B98A) is unknown color: approx Pine Glade. HEX triplet: B4, B9 and 8A. RGB value is (180,185,138). Sum of RGB (Red+Green+Blue) = 180+185+138=503 (66% of max value = 765). Red value is 180 (70.70% from 255 or 35.79% from 503); Green value is 185 (72.66% from 255 or 36.78% from 503); Blue value is 138 (54.30% from 255 or 27.44% from 503); Max value from RGB is 185 - color contains mainly: green. Hex color #B4B98A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4B98A is #4B4675. Grayscale: #B2B2B2. Windows color (decimal): -4933238 or 9091508. OLE color: 9091508.

HSL color Cylindrical-coordinate representation of color #B4B98A: hue angle of 66.38º degrees, saturation: 0.25, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B4B98A is Cyan = 0.03, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.27.

Color convert

RGB180185138-
CMYK0.0300.250.27
HSL66.38º25.13%63.33%-
HSV(B)66.38º25.41%72.55%-
XYZ40.7646.2430.82-
YUV178.15105.34129.32-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 35.79%
GREEN value IS 185 (72.66% from 255) = 36.78%
BLUE value IS 138 (54.30% from 255) = 27.44%
R=35.79%
G=36.78%
B=27.44%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1801851380.0300.250.2766.3825.1363.33
HexB4B98A30191B42193f
Octal2642712123031331023177
Binary1011010010111001100010101101100111011100001011001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4B98A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4B98A; }

 p { color: rgb(180,185,138); }

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

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

 a { background-color: rgb(180,185,138); }

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

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

 span { border-color: rgb(180,185,138); }

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