#B4B678

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

Shades of Pine Glade #B4B678

Tints of Pine Glade #B4B678

Color information

#B4B678 (or 0xB4B678) is unknown color: approx Pine Glade. HEX triplet: B4, B6 and 78. RGB value is (180,182,120). Sum of RGB (Red+Green+Blue) = 180+182+120=482 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.34% from 482); Green value is 182 (71.48% from 255 or 37.76% from 482); Blue value is 120 (47.27% from 255 or 24.90% from 482); Max value from RGB is 182 - color contains mainly: green. Hex color #B4B678 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4B678 is #4B4987. Grayscale: #AEAEAE. Windows color (decimal): -4934024 or 7911092. OLE color: 7911092.

HSL color Cylindrical-coordinate representation of color #B4B678: hue angle of 61.94º degrees, saturation: 0.3, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B4B678 is Cyan = 0.01, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.29.

Color convert

RGB180182120-
CMYK0.0100.340.29
HSL61.94º29.81%59.22%-
HSV(B)61.94º34.07%71.37%-
XYZ38.9444.5224.31-
YUV174.3397.34132.04-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 37.34%
GREEN value IS 182 (71.48% from 255) = 37.76%
BLUE value IS 120 (47.27% from 255) = 24.90%
R=37.34%
G=37.76%
B=24.90%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801821200.0100.340.2961.9429.8159.22
HexB4B67810221D3e1e3b
Octal264266170104235763673
Binary10110100101101101111000101000101110111111011110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4B678

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4B678; }

 p { color: rgb(180,182,120); }

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

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

 a { background-color: rgb(180,182,120); }

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

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

 span { border-color: rgb(180,182,120); }

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