#BECD9D

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

Shades of Sprout #BECD9D

Tints of Sprout #BECD9D

Color information

#BECD9D (or 0xBECD9D) is unknown color: approx Sprout. HEX triplet: BE, CD and 9D. RGB value is (190,205,157). Sum of RGB (Red+Green+Blue) = 190+205+157=552 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.42% from 552); Green value is 205 (80.47% from 255 or 37.14% from 552); Blue value is 157 (61.72% from 255 or 28.44% from 552); Max value from RGB is 205 - color contains mainly: green. Hex color #BECD9D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BECD9D is #413262. Grayscale: #C3C3C3. Windows color (decimal): -4272739 or 10341822. OLE color: 10341822.

HSL color Cylindrical-coordinate representation of color #BECD9D: hue angle of 78.75º degrees, saturation: 0.32, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BECD9D is Cyan = 0.07, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.20.

Color convert

RGB190205157-
CMYK0.0700.230.20
HSL78.75º32.43%70.98%-
HSV(B)78.75º23.41%80.39%-
XYZ49.1557.0440.32-
YUV195.04106.53124.4-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.42%
GREEN value IS 205 (80.47% from 255) = 37.14%
BLUE value IS 157 (61.72% from 255) = 28.44%
R=34.42%
G=37.14%
B=28.44%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1902051570.0700.230.2078.7532.4370.98
HexBECD9D7017144f2047
Octal27631523570272411740107
Binary1011111011001101100111011110101111010010011111000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BECD9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BECD9D; }

 p { color: rgb(190,205,157); }

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

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

 a { background-color: rgb(190,205,157); }

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

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

 span { border-color: rgb(190,205,157); }

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