#B0B77C

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

Shades of Pine Glade #B0B77C

Tints of Pine Glade #B0B77C

Color information

#B0B77C (or 0xB0B77C) is unknown color: approx Pine Glade. HEX triplet: B0, B7 and 7C. RGB value is (176,183,124). Sum of RGB (Red+Green+Blue) = 176+183+124=483 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.44% from 483); Green value is 183 (71.88% from 255 or 37.89% from 483); Blue value is 124 (48.83% from 255 or 25.67% from 483); Max value from RGB is 183 - color contains mainly: green. Hex color #B0B77C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0B77C is #4F4883. Grayscale: #AEAEAE. Windows color (decimal): -5195908 or 8173488. OLE color: 8173488.

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

Color convert

RGB176183124-
CMYK0.0400.320.28
HSL67.12º29.06%60.2%-
HSV(B)67.12º32.24%71.76%-
XYZ38.4844.5525.64-
YUV174.1899.68129.3-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 36.44%
GREEN value IS 183 (71.88% from 255) = 37.89%
BLUE value IS 124 (48.83% from 255) = 25.67%
R=36.44%
G=37.89%
B=25.67%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1761831240.0400.320.2867.1229.0660.2
HexB0B77C40201C431d3c
Octal2602671744040341033574
Binary10110000101101111111100100010000011100100001111101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0B77C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0B77C; }

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

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

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

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

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

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

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

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