#BECA9D

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

Shades of Sprout #BECA9D

Tints of Sprout #BECA9D

Color information

#BECA9D (or 0xBECA9D) is unknown color: approx Sprout. HEX triplet: BE, CA and 9D. RGB value is (190,202,157). Sum of RGB (Red+Green+Blue) = 190+202+157=549 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.61% from 549); Green value is 202 (79.30% from 255 or 36.79% from 549); Blue value is 157 (61.72% from 255 or 28.60% from 549); Max value from RGB is 202 - color contains mainly: green. Hex color #BECA9D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BECA9D is #413562. Grayscale: #C1C1C1. Windows color (decimal): -4273507 or 10341054. OLE color: 10341054.

HSL color Cylindrical-coordinate representation of color #BECA9D: hue angle of 76º degrees, saturation: 0.3, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BECA9D is Cyan = 0.06, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.21.

Color convert

RGB190202157-
CMYK0.0600.220.21
HSL76º29.8%70.39%-
HSV(B)76º22.28%79.22%-
XYZ48.4455.6240.08-
YUV193.28107.52125.66-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.61%
GREEN value IS 202 (79.30% from 255) = 36.79%
BLUE value IS 157 (61.72% from 255) = 28.60%
R=34.61%
G=36.79%
B=28.60%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1902021570.0600.220.217629.870.39
HexBECA9D6016154c1e46
Octal27631223560262511436106
Binary101111101100101010011101110010110101011001100111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BECA9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BECA9D; }

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

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

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

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

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

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

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

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