#BEC483

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

Shades of Pine Glade #BEC483

Tints of Pine Glade #BEC483

Color information

#BEC483 (or 0xBEC483) is unknown color: approx Pine Glade. HEX triplet: BE, C4 and 83. RGB value is (190,196,131). Sum of RGB (Red+Green+Blue) = 190+196+131=517 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.75% from 517); Green value is 196 (76.95% from 255 or 37.91% from 517); Blue value is 131 (51.56% from 255 or 25.34% from 517); Max value from RGB is 196 - color contains mainly: green. Hex color #BEC483 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEC483 is #413B7C. Grayscale: #BBBBBB. Windows color (decimal): -4275069 or 8635582. OLE color: 8635582.

HSL color Cylindrical-coordinate representation of color #BEC483: hue angle of 65.54º degrees, saturation: 0.36, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BEC483 is Cyan = 0.03, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.23.

Color convert

RGB190196131-
CMYK0.0300.330.23
HSL65.54º35.52%64.12%-
HSV(B)65.54º33.16%76.86%-
XYZ45.0752.0729.15-
YUV186.896.51130.29-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 36.75%
GREEN value IS 196 (76.95% from 255) = 37.91%
BLUE value IS 131 (51.56% from 255) = 25.34%
R=36.75%
G=37.91%
B=25.34%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1901961310.0300.330.2365.5435.5264.12
HexBEC483302117422440
Octal27630420330412710244100
Binary1011111011000100100000111101000011011110000101001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC483

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC483; }

 p { color: rgb(190,196,131); }

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

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

 a { background-color: rgb(190,196,131); }

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

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

 span { border-color: rgb(190,196,131); }

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