#B4B78A

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

Shades of Pine Glade #B4B78A

Tints of Pine Glade #B4B78A

Color information

#B4B78A (or 0xB4B78A) is unknown color: approx Pine Glade. HEX triplet: B4, B7 and 8A. RGB value is (180,183,138). Sum of RGB (Red+Green+Blue) = 180+183+138=501 (66% of max value = 765). Red value is 180 (70.70% from 255 or 35.93% from 501); Green value is 183 (71.88% from 255 or 36.53% from 501); Blue value is 138 (54.30% from 255 or 27.54% from 501); Max value from RGB is 183 - color contains mainly: green. Hex color #B4B78A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4B78A is #4B4875. Grayscale: #B1B1B1. Windows color (decimal): -4933750 or 9090996. OLE color: 9090996.

HSL color Cylindrical-coordinate representation of color #B4B78A: hue angle of 64º degrees, saturation: 0.24, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B4B78A is Cyan = 0.02, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.28.

Color convert

RGB180183138-
CMYK0.0200.250.28
HSL64º23.81%62.94%-
HSV(B)64º24.59%71.76%-
XYZ40.3445.4130.68-
YUV176.97106.01130.16-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 35.93%
GREEN value IS 183 (71.88% from 255) = 36.53%
BLUE value IS 138 (54.30% from 255) = 27.54%
R=35.93%
G=36.53%
B=27.54%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1801831380.0200.250.286423.8162.94
HexB4B78A20191C40183f
Octal2642672122031341003077
Binary1011010010110111100010101001100111100100000011000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4B78A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4B78A; }

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

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

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

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

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

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

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

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