#BEC771

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

Shades of Pine Glade #BEC771

Tints of Pine Glade #BEC771

Color information

#BEC771 (or 0xBEC771) is unknown color: approx Pine Glade. HEX triplet: BE, C7 and 71. RGB value is (190,199,113). Sum of RGB (Red+Green+Blue) = 190+199+113=502 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.85% from 502); Green value is 199 (78.12% from 255 or 39.64% from 502); Blue value is 113 (44.53% from 255 or 22.51% from 502); Max value from RGB is 199 - color contains mainly: green. Hex color #BEC771 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEC771 is #41388E. Grayscale: #BABABA. Windows color (decimal): -4274319 or 7456702. OLE color: 7456702.

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

Color convert

RGB190199113-
CMYK0.0500.430.22
HSL66.28º43.43%61.18%-
HSV(B)66.28º43.22%78.04%-
XYZ44.6452.9923.5-
YUV186.586.52130.49-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 37.85%
GREEN value IS 199 (78.12% from 255) = 39.64%
BLUE value IS 113 (44.53% from 255) = 22.51%
R=37.85%
G=39.64%
B=22.51%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1901991130.0500.430.2266.2843.4361.18
HexBEC771502B16422b3d
Octal2763071615053261025375
Binary101111101100011111100011010101011101101000010101011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC771

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC771; }

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

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

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

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

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

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

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

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