#B6BE88

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

Shades of Pine Glade #B6BE88

Tints of Pine Glade #B6BE88

Color information

#B6BE88 (or 0xB6BE88) is unknown color: approx Pine Glade. HEX triplet: B6, BE and 88. RGB value is (182,190,136). Sum of RGB (Red+Green+Blue) = 182+190+136=508 (67% of max value = 765). Red value is 182 (71.48% from 255 or 35.83% from 508); Green value is 190 (74.61% from 255 or 37.40% from 508); Blue value is 136 (53.52% from 255 or 26.77% from 508); Max value from RGB is 190 - color contains mainly: green. Hex color #B6BE88 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6BE88 is #494177. Grayscale: #B5B5B5. Windows color (decimal): -4800888 or 8961718. OLE color: 8961718.

HSL color Cylindrical-coordinate representation of color #B6BE88: hue angle of 68.89º degrees, saturation: 0.29, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B6BE88 is Cyan = 0.04, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.25.

Color convert

RGB182190136-
CMYK0.0400.280.25
HSL68.89º29.35%63.92%-
HSV(B)68.89º28.42%74.51%-
XYZ42.1548.5530.44-
YUV181.45102.35128.39-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 35.83%
GREEN value IS 190 (74.61% from 255) = 37.40%
BLUE value IS 136 (53.52% from 255) = 26.77%
R=35.83%
G=37.40%
B=26.77%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1821901360.0400.280.2568.8929.3563.92
HexB6BE88401C19451d40
Octal26627621040343110535100
Binary101101101011111010001000100011100110011000101111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6BE88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6BE88; }

 p { color: rgb(182,190,136); }

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

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

 a { background-color: rgb(182,190,136); }

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

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

 span { border-color: rgb(182,190,136); }

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