#BEC874

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

Shades of Pine Glade #BEC874

Tints of Pine Glade #BEC874

Color information

#BEC874 (or 0xBEC874) is unknown color: approx Pine Glade. HEX triplet: BE, C8 and 74. RGB value is (190,200,116). Sum of RGB (Red+Green+Blue) = 190+200+116=506 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.55% from 506); Green value is 200 (78.52% from 255 or 39.53% from 506); Blue value is 116 (45.70% from 255 or 22.92% from 506); Max value from RGB is 200 - color contains mainly: green. Hex color #BEC874 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEC874 is #41378B. Grayscale: #BBBBBB. Windows color (decimal): -4274060 or 7653566. OLE color: 7653566.

HSL color Cylindrical-coordinate representation of color #BEC874: hue angle of 67.14º degrees, saturation: 0.43, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BEC874 is Cyan = 0.05, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.22.

Color convert

RGB190200116-
CMYK0.0500.420.22
HSL67.14º43.3%61.96%-
HSV(B)67.14º42%78.43%-
XYZ45.0453.5224.48-
YUV187.4387.69129.83-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 37.55%
GREEN value IS 200 (78.52% from 255) = 39.53%
BLUE value IS 116 (45.70% from 255) = 22.92%
R=37.55%
G=39.53%
B=22.92%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1902001160.0500.420.2267.1443.361.96
HexBEC874502A16432b3e
Octal2763101645052261035376
Binary101111101100100011101001010101010101101000011101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC874

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC874; }

 p { color: rgb(190,200,116); }

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

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

 a { background-color: rgb(190,200,116); }

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

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

 span { border-color: rgb(190,200,116); }

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