#B0B67A

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

Shades of Pine Glade #B0B67A

Tints of Pine Glade #B0B67A

Color information

#B0B67A (or 0xB0B67A) is unknown color: approx Pine Glade. HEX triplet: B0, B6 and 7A. RGB value is (176,182,122). Sum of RGB (Red+Green+Blue) = 176+182+122=480 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.67% from 480); Green value is 182 (71.48% from 255 or 37.92% from 480); Blue value is 122 (48.05% from 255 or 25.42% from 480); Max value from RGB is 182 - color contains mainly: green. Hex color #B0B67A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0B67A is #4F4985. Grayscale: #ADADAD. Windows color (decimal): -5196166 or 8042160. OLE color: 8042160.

HSL color Cylindrical-coordinate representation of color #B0B67A: hue angle of 66º degrees, saturation: 0.29, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B0B67A is Cyan = 0.03, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.29.

Color convert

RGB176182122-
CMYK0.0300.330.29
HSL66º29.13%59.61%-
HSV(B)66º32.97%71.37%-
XYZ38.1544.0924.91-
YUV173.3799.01129.88-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 36.67%
GREEN value IS 182 (71.48% from 255) = 37.92%
BLUE value IS 122 (48.05% from 255) = 25.42%
R=36.67%
G=37.92%
B=25.42%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1761821220.0300.330.296629.1359.61
HexB0B67A30211D421d3c
Octal2602661723041351023574
Binary1011000010110110111101011010000111101100001011101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0B67A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0B67A; }

 p { color: rgb(176,182,122); }

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

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

 a { background-color: rgb(176,182,122); }

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

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

 span { border-color: rgb(176,182,122); }

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