#BECC97

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

Shades of Sprout #BECC97

Tints of Sprout #BECC97

Color information

#BECC97 (or 0xBECC97) is unknown color: approx Sprout. HEX triplet: BE, CC and 97. RGB value is (190,204,151). Sum of RGB (Red+Green+Blue) = 190+204+151=545 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.86% from 545); Green value is 204 (80.08% from 255 or 37.43% from 545); Blue value is 151 (59.38% from 255 or 27.71% from 545); Max value from RGB is 204 - color contains mainly: green. Hex color #BECC97 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BECC97 is #413368. Grayscale: #C1C1C1. Windows color (decimal): -4273001 or 9948350. OLE color: 9948350.

HSL color Cylindrical-coordinate representation of color #BECC97: hue angle of 75.85º degrees, saturation: 0.34, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BECC97 is Cyan = 0.07, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.2.

Color convert

RGB190204151-
CMYK0.0700.260.2
HSL75.85º34.19%69.61%-
HSV(B)75.85º25.98%80%-
XYZ48.4156.3737.61-
YUV193.77103.86125.31-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.86%
GREEN value IS 204 (80.08% from 255) = 37.43%
BLUE value IS 151 (59.38% from 255) = 27.71%
R=34.86%
G=37.43%
B=27.71%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1902041510.0700.260.275.8534.1969.61
HexBECC97701A144c2246
Octal27631422770322411442106
Binary1011111011001100100101111110110101010010011001000101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BECC97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BECC97; }

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

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

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

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

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

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

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

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