#B6BD7A

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

Shades of Pine Glade #B6BD7A

Tints of Pine Glade #B6BD7A

Color information

#B6BD7A (or 0xB6BD7A) is unknown color: approx Pine Glade. HEX triplet: B6, BD and 7A. RGB value is (182,189,122). Sum of RGB (Red+Green+Blue) = 182+189+122=493 (65% of max value = 765). Red value is 182 (71.48% from 255 or 36.92% from 493); Green value is 189 (74.22% from 255 or 38.34% from 493); Blue value is 122 (48.05% from 255 or 24.75% from 493); Max value from RGB is 189 - color contains mainly: green. Hex color #B6BD7A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B6BD7A is #494285. Grayscale: #B3B3B3. Windows color (decimal): -4801158 or 8043958. OLE color: 8043958.

HSL color Cylindrical-coordinate representation of color #B6BD7A: hue angle of 66.27º degrees, saturation: 0.34, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B6BD7A is Cyan = 0.04, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.26.

Color convert

RGB182189122-
CMYK0.0400.350.26
HSL66.27º33.67%60.98%-
HSV(B)66.27º35.45%74.12%-
XYZ4147.7525.47-
YUV179.2795.68129.95-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 36.92%
GREEN value IS 189 (74.22% from 255) = 38.34%
BLUE value IS 122 (48.05% from 255) = 24.75%
R=36.92%
G=38.34%
B=24.75%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1821891220.0400.350.2666.2733.6760.98
HexB6BD7A40231A42223d
Octal2662751724043321024275
Binary101101101011110111110101000100011110101000010100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6BD7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6BD7A; }

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

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

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

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

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

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

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

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