#BECE81

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

Shades of Pine Glade #BECE81

Tints of Pine Glade #BECE81

Color information

#BECE81 (or 0xBECE81) is unknown color: approx Pine Glade. HEX triplet: BE, CE and 81. RGB value is (190,206,129). Sum of RGB (Red+Green+Blue) = 190+206+129=525 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.19% from 525); Green value is 206 (80.86% from 255 or 39.24% from 525); Blue value is 129 (50.78% from 255 or 24.57% from 525); Max value from RGB is 206 - color contains mainly: green. Hex color #BECE81 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BECE81 is #41317E. Grayscale: #C0C0C0. Windows color (decimal): -4272511 or 8507070. OLE color: 8507070.

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

Color convert

RGB190206129-
CMYK0.0800.370.19
HSL72.47º44%65.69%-
HSV(B)72.47º37.38%80.78%-
XYZ47.2756.6729.22-
YUV192.4492.2126.26-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 36.19%
GREEN value IS 206 (80.86% from 255) = 39.24%
BLUE value IS 129 (50.78% from 255) = 24.57%
R=36.19%
G=39.24%
B=24.57%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1902061290.0800.370.1972.474465.69
HexBECE81802513482c42
Octal276316201100452311054102
Binary101111101100111010000001100001001011001110010001011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BECE81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BECE81; }

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

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

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

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

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

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

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

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