#BEC384

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

Shades of Pine Glade #BEC384

Tints of Pine Glade #BEC384

Color information

#BEC384 (or 0xBEC384) is unknown color: approx Pine Glade. HEX triplet: BE, C3 and 84. RGB value is (190,195,132). Sum of RGB (Red+Green+Blue) = 190+195+132=517 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.75% from 517); Green value is 195 (76.56% from 255 or 37.72% from 517); Blue value is 132 (51.95% from 255 or 25.53% from 517); Max value from RGB is 195 - color contains mainly: green. Hex color #BEC384 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEC384 is #413C7B. Grayscale: #BABABA. Windows color (decimal): -4275324 or 8700862. OLE color: 8700862.

HSL color Cylindrical-coordinate representation of color #BEC384: hue angle of 64.76º degrees, saturation: 0.34, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BEC384 is Cyan = 0.03, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.24.

Color convert

RGB190195132-
CMYK0.0300.320.24
HSL64.76º34.43%64.12%-
HSV(B)64.76º32.31%76.47%-
XYZ44.9251.6429.43-
YUV186.3297.34130.62-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 36.75%
GREEN value IS 195 (76.56% from 255) = 37.72%
BLUE value IS 132 (51.95% from 255) = 25.53%
R=36.75%
G=37.72%
B=25.53%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1901951320.0300.320.2464.7634.4364.12
HexBEC384302018412240
Octal27630320430403010142100
Binary1011111011000011100001001101000001100010000011000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC384; }

 p { color: rgb(190,195,132); }

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

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

 a { background-color: rgb(190,195,132); }

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

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

 span { border-color: rgb(190,195,132); }

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