#BECA9A

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

Shades of Sprout #BECA9A

Tints of Sprout #BECA9A

Color information

#BECA9A (or 0xBECA9A) is unknown color: approx Sprout. HEX triplet: BE, CA and 9A. RGB value is (190,202,154). Sum of RGB (Red+Green+Blue) = 190+202+154=546 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.80% from 546); Green value is 202 (79.30% from 255 or 37.00% from 546); Blue value is 154 (60.55% from 255 or 28.21% from 546); Max value from RGB is 202 - color contains mainly: green. Hex color #BECA9A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BECA9A is #413565. Grayscale: #C1C1C1. Windows color (decimal): -4273510 or 10144446. OLE color: 10144446.

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

Color convert

RGB190202154-
CMYK0.0600.240.21
HSL75º31.17%69.8%-
HSV(B)75º23.76%79.22%-
XYZ48.1955.5238.75-
YUV192.94106.02125.9-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.80%
GREEN value IS 202 (79.30% from 255) = 37.00%
BLUE value IS 154 (60.55% from 255) = 28.21%
R=34.80%
G=37.00%
B=28.21%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1902021540.0600.240.217531.1769.8
HexBECA9A6018154b1f46
Octal27631223260302511337106
Binary101111101100101010011010110011000101011001011111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BECA9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BECA9A; }

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

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

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

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

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

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

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

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