#B4B77C

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

Shades of Pine Glade #B4B77C

Tints of Pine Glade #B4B77C

Color information

#B4B77C (or 0xB4B77C) is unknown color: approx Pine Glade. HEX triplet: B4, B7 and 7C. RGB value is (180,183,124). Sum of RGB (Red+Green+Blue) = 180+183+124=487 (64% of max value = 765). Red value is 180 (70.70% from 255 or 36.96% from 487); Green value is 183 (71.88% from 255 or 37.58% from 487); Blue value is 124 (48.83% from 255 or 25.46% from 487); Max value from RGB is 183 - color contains mainly: green. Hex color #B4B77C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4B77C is #4B4883. Grayscale: #AFAFAF. Windows color (decimal): -4933764 or 8173492. OLE color: 8173492.

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

Color convert

RGB180183124-
CMYK0.0200.320.28
HSL63.05º29.06%60.2%-
HSV(B)63.05º32.24%71.76%-
XYZ39.3945.0325.68-
YUV175.3899.01131.3-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 36.96%
GREEN value IS 183 (71.88% from 255) = 37.58%
BLUE value IS 124 (48.83% from 255) = 25.46%
R=36.96%
G=37.58%
B=25.46%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1801831240.0200.320.2863.0529.0660.2
HexB4B77C20201C3f1d3c
Octal264267174204034773574
Binary101101001011011111111001001000001110011111111101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4B77C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4B77C; }

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

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

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

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

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

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

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

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