#BECF92

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

Shades of Sprout #BECF92

Tints of Sprout #BECF92

Color information

#BECF92 (or 0xBECF92) is unknown color: approx Sprout. HEX triplet: BE, CF and 92. RGB value is (190,207,146). Sum of RGB (Red+Green+Blue) = 190+207+146=543 (71% of max value = 765). Red value is 190 (74.61% from 255 or 34.99% from 543); Green value is 207 (81.25% from 255 or 38.12% from 543); Blue value is 146 (57.42% from 255 or 26.89% from 543); Max value from RGB is 207 - color contains mainly: green. Hex color #BECF92 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BECF92 is #41306D. Grayscale: #C3C3C3. Windows color (decimal): -4272238 or 9621438. OLE color: 9621438.

HSL color Cylindrical-coordinate representation of color #BECF92: hue angle of 76.72º degrees, saturation: 0.39, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BECF92 is Cyan = 0.08, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.19.

Color convert

RGB190207146-
CMYK0.0800.290.19
HSL76.72º38.85%69.22%-
HSV(B)76.72º29.47%81.18%-
XYZ48.7457.6535.75-
YUV194.96100.37124.46-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.99%
GREEN value IS 207 (81.25% from 255) = 38.12%
BLUE value IS 146 (57.42% from 255) = 26.89%
R=34.99%
G=38.12%
B=26.89%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1902071460.0800.290.1976.7238.8569.22
HexBECF92801D134d2745
Octal276317222100352311547105
Binary10111110110011111001001010000111011001110011011001111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BECF92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BECF92; }

 p { color: rgb(190,207,146); }

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

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

 a { background-color: rgb(190,207,146); }

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

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

 span { border-color: rgb(190,207,146); }

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