#BECE7A

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

Shades of Pine Glade #BECE7A

Tints of Pine Glade #BECE7A

Color information

#BECE7A (or 0xBECE7A) is unknown color: approx Pine Glade. HEX triplet: BE, CE and 7A. RGB value is (190,206,122). Sum of RGB (Red+Green+Blue) = 190+206+122=518 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.68% from 518); Green value is 206 (80.86% from 255 or 39.77% from 518); Blue value is 122 (48.05% from 255 or 23.55% from 518); Max value from RGB is 206 - color contains mainly: green. Hex color #BECE7A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BECE7A is #413185. Grayscale: #BFBFBF. Windows color (decimal): -4272518 or 8048318. OLE color: 8048318.

HSL color Cylindrical-coordinate representation of color #BECE7A: hue angle of 71.43º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BECE7A is Cyan = 0.08, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.19.

Color convert

RGB190206122-
CMYK0.0800.410.19
HSL71.43º46.15%64.31%-
HSV(B)71.43º40.78%80.78%-
XYZ46.8256.4926.85-
YUV191.6488.7126.83-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 36.68%
GREEN value IS 206 (80.86% from 255) = 39.77%
BLUE value IS 122 (48.05% from 255) = 23.55%
R=36.68%
G=39.77%
B=23.55%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1902061220.0800.410.1971.4346.1564.31
HexBECE7A802913472e40
Octal276316172100512310756100
Binary10111110110011101111010100001010011001110001111011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BECE7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BECE7A; }

 p { color: rgb(190,206,122); }

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

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

 a { background-color: rgb(190,206,122); }

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

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

 span { border-color: rgb(190,206,122); }

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