#B2B77C

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

Shades of Pine Glade #B2B77C

Tints of Pine Glade #B2B77C

Color information

#B2B77C (or 0xB2B77C) is unknown color: approx Pine Glade. HEX triplet: B2, B7 and 7C. RGB value is (178,183,124). Sum of RGB (Red+Green+Blue) = 178+183+124=485 (64% of max value = 765). Red value is 178 (69.92% from 255 or 36.70% from 485); Green value is 183 (71.88% from 255 or 37.73% from 485); Blue value is 124 (48.83% from 255 or 25.57% from 485); Max value from RGB is 183 - color contains mainly: green. Hex color #B2B77C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2B77C is #4D4883. Grayscale: #AFAFAF. Windows color (decimal): -5064836 or 8173490. OLE color: 8173490.

HSL color Cylindrical-coordinate representation of color #B2B77C: hue angle of 65.08º 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 #B2B77C is Cyan = 0.03, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.28.

Color convert

RGB178183124-
CMYK0.0300.320.28
HSL65.08º29.06%60.2%-
HSV(B)65.08º32.24%71.76%-
XYZ38.9344.7925.66-
YUV174.7899.34130.3-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 36.70%
GREEN value IS 183 (71.88% from 255) = 37.73%
BLUE value IS 124 (48.83% from 255) = 25.57%
R=36.70%
G=37.73%
B=25.57%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1781831240.0300.320.2865.0829.0660.2
HexB2B77C30201C411d3c
Octal2622671743040341013574
Binary1011001010110111111110011010000011100100000111101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2B77C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2B77C; }

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

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

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

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

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

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

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

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