#BEC985

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

Shades of Pine Glade #BEC985

Tints of Pine Glade #BEC985

Color information

#BEC985 (or 0xBEC985) is unknown color: approx Pine Glade. HEX triplet: BE, C9 and 85. RGB value is (190,201,133). Sum of RGB (Red+Green+Blue) = 190+201+133=524 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.26% from 524); Green value is 201 (78.91% from 255 or 38.36% from 524); Blue value is 133 (52.34% from 255 or 25.38% from 524); Max value from RGB is 201 - color contains mainly: green. Hex color #BEC985 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEC985 is #41367A. Grayscale: #BEBEBE. Windows color (decimal): -4273787 or 8767934. OLE color: 8767934.

HSL color Cylindrical-coordinate representation of color #BEC985: hue angle of 69.71º degrees, saturation: 0.39, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BEC985 is Cyan = 0.05, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.21.

Color convert

RGB190201133-
CMYK0.0500.340.21
HSL69.71º38.64%65.49%-
HSV(B)69.71º33.83%78.82%-
XYZ46.3654.4130.25-
YUV189.9695.86128.03-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 36.26%
GREEN value IS 201 (78.91% from 255) = 38.36%
BLUE value IS 133 (52.34% from 255) = 25.38%
R=36.26%
G=38.36%
B=25.38%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1902011330.0500.340.2169.7138.6465.49
HexBEC985502215462741
Octal27631120550422510647101
Binary10111110110010011000010110101000101010110001101001111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC985; }

 p { color: rgb(190,201,133); }

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

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

 a { background-color: rgb(190,201,133); }

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

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

 span { border-color: rgb(190,201,133); }

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