#B6BA83

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

Shades of Pine Glade #B6BA83

Tints of Pine Glade #B6BA83

Color information

#B6BA83 (or 0xB6BA83) is unknown color: approx Pine Glade. HEX triplet: B6, BA and 83. RGB value is (182,186,131). Sum of RGB (Red+Green+Blue) = 182+186+131=499 (66% of max value = 765). Red value is 182 (71.48% from 255 or 36.47% from 499); Green value is 186 (73.05% from 255 or 37.27% from 499); Blue value is 131 (51.56% from 255 or 26.25% from 499); Max value from RGB is 186 - color contains mainly: green. Hex color #B6BA83 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6BA83 is #49457C. Grayscale: #B2B2B2. Windows color (decimal): -4801917 or 8633014. OLE color: 8633014.

HSL color Cylindrical-coordinate representation of color #B6BA83: hue angle of 64.36º degrees, saturation: 0.28, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B6BA83 is Cyan = 0.02, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.27.

Color convert

RGB182186131-
CMYK0.0200.300.27
HSL64.36º28.5%62.16%-
HSV(B)64.36º29.57%72.94%-
XYZ40.9546.728.33-
YUV178.53101.17130.47-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 36.47%
GREEN value IS 186 (73.05% from 255) = 37.27%
BLUE value IS 131 (51.56% from 255) = 26.25%
R=36.47%
G=37.27%
B=26.25%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1821861310.0200.300.2764.3628.562.16
HexB6BA83201E1B401c3e
Octal2662722032036331003476
Binary1011011010111010100000111001111011011100000011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6BA83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6BA83; }

 p { color: rgb(182,186,131); }

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

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

 a { background-color: rgb(182,186,131); }

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

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

 span { border-color: rgb(182,186,131); }

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