#BECB97

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

Shades of Sprout #BECB97

Tints of Sprout #BECB97

Color information

#BECB97 (or 0xBECB97) is unknown color: approx Sprout. HEX triplet: BE, CB and 97. RGB value is (190,203,151). Sum of RGB (Red+Green+Blue) = 190+203+151=544 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.93% from 544); Green value is 203 (79.69% from 255 or 37.32% from 544); Blue value is 151 (59.38% from 255 or 27.76% from 544); Max value from RGB is 203 - color contains mainly: green. Hex color #BECB97 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BECB97 is #413468. Grayscale: #C1C1C1. Windows color (decimal): -4273257 or 9948094. OLE color: 9948094.

HSL color Cylindrical-coordinate representation of color #BECB97: hue angle of 75º degrees, saturation: 0.33, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BECB97 is Cyan = 0.06, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.20.

Color convert

RGB190203151-
CMYK0.0600.260.20
HSL75º33.33%69.41%-
HSV(B)75º25.62%79.61%-
XYZ48.1855.8937.53-
YUV193.18104.19125.73-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.93%
GREEN value IS 203 (79.69% from 255) = 37.32%
BLUE value IS 151 (59.38% from 255) = 27.76%
R=34.93%
G=37.32%
B=27.76%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1902031510.0600.260.207533.3369.41
HexBECB97601A144b2145
Octal27631322760322411341105
Binary1011111011001011100101111100110101010010010111000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BECB97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BECB97; }

 p { color: rgb(190,203,151); }

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

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

 a { background-color: rgb(190,203,151); }

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

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

 span { border-color: rgb(190,203,151); }

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