#B6B98B

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

Shades of Pine Glade #B6B98B

Tints of Pine Glade #B6B98B

Color information

#B6B98B (or 0xB6B98B) is unknown color: approx Pine Glade. HEX triplet: B6, B9 and 8B. RGB value is (182,185,139). Sum of RGB (Red+Green+Blue) = 182+185+139=506 (67% of max value = 765). Red value is 182 (71.48% from 255 or 35.97% from 506); Green value is 185 (72.66% from 255 or 36.56% from 506); Blue value is 139 (54.69% from 255 or 27.47% from 506); Max value from RGB is 185 - color contains mainly: green. Hex color #B6B98B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6B98B is #494674. Grayscale: #B3B3B3. Windows color (decimal): -4802165 or 9157046. OLE color: 9157046.

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

Color convert

RGB182185139-
CMYK0.0200.250.27
HSL63.91º24.73%63.53%-
HSV(B)63.91º24.86%72.55%-
XYZ41.346.5131.23-
YUV178.86105.51130.24-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 35.97%
GREEN value IS 185 (72.66% from 255) = 36.56%
BLUE value IS 139 (54.69% from 255) = 27.47%
R=35.97%
G=36.56%
B=27.47%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1821851390.0200.250.2763.9124.7363.53
HexB6B98B20191B401940
Octal26627121320313310031100
Binary10110110101110011000101110011001110111000000110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6B98B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6B98B; }

 p { color: rgb(182,185,139); }

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

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

 a { background-color: rgb(182,185,139); }

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

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

 span { border-color: rgb(182,185,139); }

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