#BECB86

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

Shades of Pine Glade #BECB86

Tints of Pine Glade #BECB86

Color information

#BECB86 (or 0xBECB86) is unknown color: approx Pine Glade. HEX triplet: BE, CB and 86. RGB value is (190,203,134). Sum of RGB (Red+Green+Blue) = 190+203+134=527 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.05% from 527); Green value is 203 (79.69% from 255 or 38.52% from 527); Blue value is 134 (52.73% from 255 or 25.43% from 527); Max value from RGB is 203 - color contains mainly: green. Hex color #BECB86 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BECB86 is #413479. Grayscale: #BFBFBF. Windows color (decimal): -4273274 or 8833982. OLE color: 8833982.

HSL color Cylindrical-coordinate representation of color #BECB86: hue angle of 71.3º degrees, saturation: 0.4, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BECB86 is Cyan = 0.06, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.20.

Color convert

RGB190203134-
CMYK0.0600.340.20
HSL71.3º39.88%66.08%-
HSV(B)71.3º33.99%79.61%-
XYZ46.8955.3830.77-
YUV191.2595.69127.11-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 36.05%
GREEN value IS 203 (79.69% from 255) = 38.52%
BLUE value IS 134 (52.73% from 255) = 25.43%
R=36.05%
G=38.52%
B=25.43%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1902031340.0600.340.2071.339.8866.08
HexBECB86602214472842
Octal27631320660422410750102
Binary10111110110010111000011011001000101010010001111010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BECB86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BECB86; }

 p { color: rgb(190,203,134); }

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

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

 a { background-color: rgb(190,203,134); }

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

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

 span { border-color: rgb(190,203,134); }

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