#B4B78B

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

Shades of Pine Glade #B4B78B

Tints of Pine Glade #B4B78B

Color information

#B4B78B (or 0xB4B78B) is unknown color: approx Pine Glade. HEX triplet: B4, B7 and 8B. RGB value is (180,183,139). Sum of RGB (Red+Green+Blue) = 180+183+139=502 (66% of max value = 765). Red value is 180 (70.70% from 255 or 35.86% from 502); Green value is 183 (71.88% from 255 or 36.45% from 502); Blue value is 139 (54.69% from 255 or 27.69% from 502); Max value from RGB is 183 - color contains mainly: green. Hex color #B4B78B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4B78B is #4B4874. Grayscale: #B1B1B1. Windows color (decimal): -4933749 or 9156532. OLE color: 9156532.

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

Color convert

RGB180183139-
CMYK0.0200.240.28
HSL64.09º23.4%63.14%-
HSV(B)64.09º24.04%71.76%-
XYZ40.4245.4331.07-
YUV177.09106.51130.08-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 35.86%
GREEN value IS 183 (71.88% from 255) = 36.45%
BLUE value IS 139 (54.69% from 255) = 27.69%
R=35.86%
G=36.45%
B=27.69%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1801831390.0200.240.2864.0923.463.14
HexB4B78B20181C40173f
Octal2642672132030341002777
Binary1011010010110111100010111001100011100100000010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4B78B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4B78B; }

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

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

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

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

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

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

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

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