#B2B97B

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

Shades of Pine Glade #B2B97B

Tints of Pine Glade #B2B97B

Color information

#B2B97B (or 0xB2B97B) is unknown color: approx Pine Glade. HEX triplet: B2, B9 and 7B. RGB value is (178,185,123). Sum of RGB (Red+Green+Blue) = 178+185+123=486 (64% of max value = 765). Red value is 178 (69.92% from 255 or 36.63% from 486); Green value is 185 (72.66% from 255 or 38.07% from 486); Blue value is 123 (48.44% from 255 or 25.31% from 486); Max value from RGB is 185 - color contains mainly: green. Hex color #B2B97B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2B97B is #4D4684. Grayscale: #B0B0B0. Windows color (decimal): -5064325 or 8108466. OLE color: 8108466.

HSL color Cylindrical-coordinate representation of color #B2B97B: hue angle of 66.77º degrees, saturation: 0.31, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B2B97B is Cyan = 0.04, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.27.

Color convert

RGB178185123-
CMYK0.0400.340.27
HSL66.77º30.69%60.39%-
HSV(B)66.77º33.51%72.55%-
XYZ39.2845.5925.47-
YUV175.8498.18129.54-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 36.63%
GREEN value IS 185 (72.66% from 255) = 38.07%
BLUE value IS 123 (48.44% from 255) = 25.31%
R=36.63%
G=38.07%
B=25.31%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1781851230.0400.340.2766.7730.6960.39
HexB2B97B40221B431f3c
Octal2622711734042331033774
Binary10110010101110011111011100010001011011100001111111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2B97B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2B97B; }

 p { color: rgb(178,185,123); }

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

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

 a { background-color: rgb(178,185,123); }

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

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

 span { border-color: rgb(178,185,123); }

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