#BECA9B

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

Shades of Sprout #BECA9B

Tints of Sprout #BECA9B

Color information

#BECA9B (or 0xBECA9B) is unknown color: approx Sprout. HEX triplet: BE, CA and 9B. RGB value is (190,202,155). Sum of RGB (Red+Green+Blue) = 190+202+155=547 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.73% from 547); Green value is 202 (79.30% from 255 or 36.93% from 547); Blue value is 155 (60.94% from 255 or 28.34% from 547); Max value from RGB is 202 - color contains mainly: green. Hex color #BECA9B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BECA9B is #413564. Grayscale: #C1C1C1. Windows color (decimal): -4273509 or 10209982. OLE color: 10209982.

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

Color convert

RGB190202155-
CMYK0.0600.230.21
HSL75.32º30.72%70%-
HSV(B)75.32º23.27%79.22%-
XYZ48.2755.5539.19-
YUV193.05106.52125.82-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.73%
GREEN value IS 202 (79.30% from 255) = 36.93%
BLUE value IS 155 (60.94% from 255) = 28.34%
R=34.73%
G=36.93%
B=28.34%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1902021550.0600.230.2175.3230.7270
HexBECA9B6017154b1f46
Octal27631223360272511337106
Binary101111101100101010011011110010111101011001011111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BECA9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BECA9B; }

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

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

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

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

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

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

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

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