#BEC871

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

Shades of Pine Glade #BEC871

Tints of Pine Glade #BEC871

Color information

#BEC871 (or 0xBEC871) is unknown color: approx Pine Glade. HEX triplet: BE, C8 and 71. RGB value is (190,200,113). Sum of RGB (Red+Green+Blue) = 190+200+113=503 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.77% from 503); Green value is 200 (78.52% from 255 or 39.76% from 503); Blue value is 113 (44.53% from 255 or 22.47% from 503); Max value from RGB is 200 - color contains mainly: green. Hex color #BEC871 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEC871 is #41378E. Grayscale: #BBBBBB. Windows color (decimal): -4274063 or 7456958. OLE color: 7456958.

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

Color convert

RGB190200113-
CMYK0.0500.440.22
HSL66.9º44.16%61.37%-
HSV(B)66.9º43.5%78.43%-
XYZ44.8753.4523.57-
YUV187.0986.19130.07-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 37.77%
GREEN value IS 200 (78.52% from 255) = 39.76%
BLUE value IS 113 (44.53% from 255) = 22.47%
R=37.77%
G=39.76%
B=22.47%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1902001130.0500.440.2266.944.1661.37
HexBEC871502C16432c3d
Octal2763101615054261035475
Binary101111101100100011100011010101100101101000011101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC871

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC871; }

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

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

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

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

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

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

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

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